README.md
An experimental chat irc-like written in Lisp.
You need in your system:
And make sure that ~/.sbclrc
has a entry calling to the quicklisp setup.
(load"~/quicklisp/setup.lisp")
Clone the attached repository of Quicklisp and execute the setup.lisp
withsbcl --script setup.lisp
Load the server
$ sbcl --load server.lisp --eval "(lisp-chat-server:main)"
Get a client
$ sbcl --load client.lisp --eval "(lisp-chat-client:main)"
If you wish test this and don't have the Lisp environment with SBCL and Quicklisp, you can try the client version written in Python using only the stdlib.