An open API service indexing awesome lists of open source software.

https://github.com/ggandor/eliza-in-clojure

A Clojure port of Peter Norvig's ELIZA implementation from PAIP
https://github.com/ggandor/eliza-in-clojure

chatbot clojure eliza lisp pattern-matching

Last synced: over 1 year ago
JSON representation

A Clojure port of Peter Norvig's ELIZA implementation from PAIP

Awesome Lists containing this project

README

          

ELIZA in Clojure
================

A Clojure port of Peter Norvig's ELIZA implementation from [Paradigms of Artificial Intelligence Programming](https://github.com/norvig/paip-lisp).