2 ms·
If the difference didn't matter, we wouldn't have so many different lisps. Obviously the difference mattered enough to the people that created Common Lisp when
by chabska 3mo ago
If the difference didn't matter, we wouldn't have so many different lisps. Obviously the difference mattered enough to the people that created Common Lisp when Scheme already existed. Rich Hickey thought it mattered when he created a completely new Lisp instead of just porting Scheme to the JVM.
- veqq 3mo 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 3mo agoWhy is it necessary to throw together a new lisp and not just use an existing one?
- tacoda 3mo agoTechnically 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.