Lisp Chat

1 · Manoel V. Machado · April 6, 2017, midnight
Description I did this as a exercise after read all Land of Lisp book. By other hand, I did that because was too bored — I don’t know if this matters. But, anyway, just another minimal simple chat over TCP sockets without any smart solid protocol (like IRC). It is just raw data from client-to-server and the server broadcast the message for all clients connected. The whole idea is very simple. The software is separated by client.lisp and server.lisp. While server.lisp is running it listen connect...