Ask HN: Which Lisp has the best TUI libraries?

3 points by cybernautique ↗ HN
I've been getting imto LISP recently. I like Racket, but there doesn't seem to be many (any?) TUI libraries. I much prefer TUIs to GUIs, so I can write applications that target both my phone (via termux) and all my other various devices.

5 comments

[ 2.8 ms ] story [ 19.2 ms ] thread
Clojure can use any Java library easily.

There are implementations of / libraries for Common Lisp that interact with the JVM and/or the CLR.

Emacs Lisp
Another really good point that I just failed to take into account. I've always been amazed at how well Emacs Just Works between its TUI and GUI.