An experimental chat irc-like written in Lisp, a fork of ryukinix/lisp-chat with roswell and quicklisp crap removed. WIP.
Build chat server:
make -f server.mk
Build chat client:
make -f client.mk
To start a server instance:
./lisp-chat
To connect to server:
./lisp-chat-client
or
rlwrap nc <ip> <port>
Cleanup to remove quicklisp dependencies Cleanup makefiles and build scripts.