|
|
|
Show HN: Julius, a New Lisp Implementation
(github.com)
|
|
14 points
by tgflynn
40 days ago
|
|
This is a new and very preliminary Lisp implementation that is based on Common Lisp. The main goals are to minimize external dependencies. Currently only sbcl is supported. The only other dependency is on Quicklisp, which should strictly be necessary only for testing. |
|
I looked at the test folder but it's too short, and I know more Scheme/Racket than CL to understand the difference.