|
|
|
|
|
by vnorilo
604 days ago
|
|
In my mind Clojure is Lispy, Python is not, nor is Javascript. In addition to REPL and macros, I think two other Lispy features are essential: nil is not just the sad path poison value that makes everything explode: lisp is written so that optionals compose well. Speaking of composing, Lisps tend to be amazing with regard to composability. This is another line that cuts between CL, Scheme and Clojure on one side, with Python and Javascript firmly on the other side in my experience. Lisps are as dynamic a languages ever go, unapologetically. |
|