lisp-1 (s) give me the chills: very much prefer doubled namespaces. Though these days I focus on systems security or threat analysis. I still fondly remember the days where I could launch Emacs with sbcl and write some Montecarlo simulations on Common Lisp with electric-parens haha Those were the days of stimulating learning
d-lisp|2 months ago
> electric parens
I get you, I was amazed by the litterature around lisps (I always found the beginning of SICP (the wizard-programmer analogy) quite inspiring and fun)
bitwize|2 months ago
Scheme chads understand that perfection is achieved not when there is nothing left to add but when there is nothing left to take away. They realize functions are nothing special, just another object that can be manipulated and operated on, so why create a separate namespace and binding for them? Why put bindings in the symbol at all, since if you are designing your language correctly bindings will vary with lexical environment? So symbols have been stripped down to just a name that the language recognizes as an identifier for a value, function, special form, or whatever else. And functions are just values that get applied whenever in head position of an eval'd list.
I jest, I jest. Seriously, I love Common Lisp, but I'm with you: Lisp-1s appeal better to my aesthetic sensibilities.
escanda|2 months ago