lisp-chat
lisp-chat copied to clipboard
Create a better lisp-chat client using curses because cl-readline sucks
This should be sufficient: https://github.com/HiTECNOLOGYs/cl-charms
cl-readline is too buggy about async events between input and server IO
cl-readlines it cames at least stable. I don't have sure if we need a ncurses client, maybe would be better just using a GUI
GNU Readline is not portable: Doesn't works for OS X neither Windows.