Live data from Hacker News

Ask HN: Which Lisp has the best TUI libraries?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: Which Lisp has the best TUI libraries?

#4
post #2

Clojure can use any Java library easily. There are implementations of / libraries for Common Lisp that interact with the JVM and/or the CLR.

Yeah, fair; I'd read that Clojure runs on the JVM, I just hadn't really put 2 and 2 together on that.

Re: Ask HN: Which Lisp has the best TUI libraries?

#6
post #2

Clojure can use any Java library easily. There are implementations of / libraries for Common Lisp that interact with the JVM and/or the CLR.

Yeah, fair; I'd read that Clojure runs on the JVM, I just hadn't really put 2 and 2 together on that.

ABCl (Armed Bear Common Lisp) is a Common Lisp that runs in the JVM.

https://common-lisp.net/project/armedbear/