Hacker News new | ask | show | jobs
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.
2 comments

Do you have a few examples? How is it different from Common Lisp?

I looked at the test folder but it's too short, and I know more Scheme/Racket than CL to understand the difference.

Hello, I'm the author of this project. Please let me know if you have any comments or questions.