|
Good article. Funnily enough the throw away line "I don't see parentheses anymore". Is my greatest deterrent with lisp. It's not the parens persay, it's the fact that I'm used to reading up to down and left to right. Lisp without something like the clojure macro ->, means that I am reading from right to left, bottom to top - from inside out. If i programmed enough in lisp I think my brain would adjust to this, but it's almost like I can't full appreciate the language because it reads in the "wrong order". |
I’m not certain how true that really is. This:
looks pretty much identical to: And of course if you want to assign them all to variables: is pretty much the same as: FWIW, ‘per se’ comes from the Latin for ‘by itself.’