lsevero / abclj

Clojure to Common lisp interop
Eclipse Public License 2.0
88 stars 4 forks source link

Lem working with Clojure #14

Open Sasanidas opened 1 year ago

Sasanidas commented 1 year ago

Hello!

I managed to load the Lem (https://github.com/lem-project/lem/pull/686) to ABCL correctly (more or less), and I managed to then run it inside abclj:

(quickload :swank)

(quickload :lem-ncurses)

(cl-evaluate "(lem::lem)")

Then it hangs with this screen:

fermin@fmint: ~-Programming-cloabcl_001

I'm testing with ABCL:

Armed Bear Common Lisp 1.9.0
Java 11.0.19 Ubuntu
OpenJDK 64-Bit Server VM

With Linux Mint Vanessa.

I know this is not strictly related to abclj, just asking for some help :smiley: .

Still, thanks a lot!

Regards