Remix.run Logo
veqq a day 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.

allthetime a day ago | parent [-]

Why is it necessary to throw together a new lisp and not just use an existing one?

tacoda a day ago | parent [-]

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.