Show HN: A Common Lisp implementation in development
(savannah.nongnu.org)16 points by andreamonaco 2 days ago | 10 comments
I've been working on this for a couple years.
Implementation of the standard is still not complete, but in my opinion breakpoints and stepping work quite well! Support for loading systems with ASDF is near.
Let me know if you like it! Support on Patreon or Liberapay is much appreciated
Rochus 2 days ago | next |
The implementation looks easier to handle than e.g. ECL or CLISP, cool.
Do you have an estimate how complete your implementation is?
How does the performance compare with e.g. ECL or CLISP?
Did you run conformity tests, e.g. with https://gitlab.common-lisp.net/ansi-test/ansi-test?