Clojure

30 Oct 2021 02:15 - 09 Dec 2023 03:01
Open in Logseq
    • A modern Lisp dialect. Has a very different underlying philosophy from Common Lisp. Common Lisp's attitude was to let users do anything. Clojure by contrast is very opinionated: it encourages a pure functional approach, and strongly dislikes objects, for instance.
    • My old Common Lisp / Clojure cheatsheet, for posterity
      • this was part of my very early Clojure learning process; I'm an old hand now and probably should polish this up.