Replies: 2 comments 8 replies
-
The CCL implementation is in #686. |
Beta Was this translation helpful? Give feedback.
-
Sorry I wasn't aware of the Github discussion pages, as @jcs090218 mention, I've been working (here #686) to support multiple CL implementations. If you want to use CCL, feel free to download that branch (or apply the diff to the main branch) and run lem normally, using the ccl repl:
For now, in CCL only the ncurses fronted has been tested, and still have a few visual bugs (as mention here #686 (comment)). |
Beta Was this translation helpful? Give feedback.
-
I want to try to use ccl for LEM, but I'm not sure how.
I put this in my init.lisp:
(lem-lisp-mode:start-lisp-repl t)
but I'm getting sbcl.
Beta Was this translation helpful? Give feedback.
All reactions