I for one was fascinated by the Eliza chatbot. I think it was the one bot that sparked my chatbot interest many years ago, playing on various Basic implementations, including the famous Dr. Sbaitso.
Now before I go and recreate Joseph Weizenbaum’s LISP creation in AIML, I know there are various Eliza clones out there, but I haven’t seen one that is authentic to the same 1966 code.
I found what appears to be a transcript of the original LISP code at this URL https://github.com/jeffshrager/elizagen/. I’d be keen to produce AIML from the same LISP, and have the bot behave in the exact same 1966 way. This AIML set could enter the public domain, and used as default bots in various bot interpreter code.
Now to learn some LISP…