Hacker News new | ask | show | jobs
by soegaard 682 days ago
> I was kinda hoping to see this was the next generation of Lisp language design, but it appears to be just a different syntax.

Dig deeper in the reference documentation.

1 comments

It does things Lisp doesn't do?
I a not sure which Lisp you are thinking of, but compared to a "standard" Lisp you might be interested in how the module system interacts with the macro system. In particular the concept of a tower of phases.
Thanks, I'll look into that!