PARRY parries again

PARRY Parries Again - Reanimating the Famous Paranoid Chatbot

1 Like

There were two versions of PARRY at Stanford in 1974, PARRY (aka old PARRY - deprecated) and PARRY2 (PARRY version 2). If you want to duplicate the PARRY/ELIZA interaction, you want to use old PARRY which I believe is what you’ve done. If you want to really want to be sure that you’re using old PARRY, use an old disk image from around say 1972 that doesn’t contain PARRY2.
I know all this because I’ve done a re-implementation of PARRY version 2. See

1 Like

Interesting! Is PARRY2 also written in MLISP, and how did you get a copy? (Saildart.org I would presume, but.)

The original PARRY2 is written in MLISP (a LISP pre-processor - an Algol/LISP hybrid) and assembly language. Some of the code and data is present in the Carnegie Mellon University AI repository, but I got the full stuff at the SAIL DART archive. PARRY3 isn’t in the SAIL DART archive, because PARRY3 was developed on a different computer (SUMEX).