Hacker News new | ask | show | jobs
by veqq 4 days ago
> If the difference didn't matter, we wouldn't have so many different lisps

Literally the opposite. We can make and use so many, because writing them is more or less the same. We can quickly throw together a new lisp for a new platform or such and use it without problem.

1 comments

Why is it necessary to throw together a new lisp and not just use an existing one?
Technically when you write in the domain, you are effectively making your own Lisp and then using it. It’s one of the amazing things that macros can do.