lisp-chat icon indicating copy to clipboard operation
lisp-chat copied to clipboard

An experimental minimal chat written in Common Lisp

Results 6 lisp-chat issues
Sort by recently updated
recently updated
newest added

If you log in the chat and stops sending messages, after a while the client will stop receiving and sending messages.

bug

GNU Readline is not commonly available on Mac OS. How we can handle tihs?

bug
help wanted

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...

enhancement
help wanted
terminal-client

This should be sufficient: https://github.com/HiTECNOLOGYs/cl-charms cl-readline is too buggy about async events between input and server IO

enhancement
terminal-client
portability

For now everything is fucked up if I call `(lisp-chat-client:main)` inside of SLIME REPL (Emacs).

terminal-client
portability

https://common-lisp.net/project/mcclim/excite.html

enhancement