lisp-chat
lisp-chat copied to clipboard
An experimental minimal chat written in Common Lisp
If you log in the chat and stops sending messages, after a while the client will stop receiving and sending messages.
GNU Readline is not commonly available on Mac OS. How we can handle tihs?
For now I'm using a modified version of [gritty](https://github.com/cloudcmd/gritty), but I have a lot of problems with it: + it's slow + it's written in NodeJS + each client spawn...
This should be sufficient: https://github.com/HiTECNOLOGYs/cl-charms cl-readline is too buggy about async events between input and server IO
For now everything is fucked up if I call `(lisp-chat-client:main)` inside of SLIME REPL (Emacs).
https://common-lisp.net/project/mcclim/excite.html