Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Skreech

#1
newLISP in the real world / Re: Curious about newLISP
February 26, 2013, 05:12:30 PM
ok. thank you.
#2
newLISP in the real world / Curious about newLISP
February 24, 2013, 02:42:57 PM
I stumbled on an article praising newLISP and my curiosity was peaked.

I would like to build a simple chat bot (with the potential for more complex extensions later) and I think LISP would be best for this.  I am in the process of learning common lisp using Practical Common Lisp by Peter Seibel.  

I read an article that compared new chatbots (i.e. SIRI) with an old one written in LISP.  This older version had memory of things said previously and reasoning capability.  In the conversation with the tech the A.I. said something like: I assume by "that" you mean the blue cube.  Blue cube was referred to previously in the conversation.   Needless to say, I was rather disappointed that SIRI had no memory ... so, I decided to learn LISP and build one myself.

Anyway, that's a bit of background so you know what I wish to accomplish.  My questions are: would newLISP be better suited for my needs?  Should I stop learning Common LISP and focus on newLISP?  Would the ORO featured in newLISP be a hinderance for the bot's memory?

Any other tips you could provide would be fantastic as I am still new to the lisp world.  I think I am on the right track for this project though...