Collections as grids with borders
https://clojurecivitas.github.io/scicloj/kindly/_render/visualize/_colls.html
A key idea of Lisp is that all syntax is a list () () Rich innovated by introducing collection literals [] [] {} {} #{} #{} Data is well represented by these collections (def data {:numbers [2 9 -1] :sets #{“hello”…


@planet @clojure I know this is just a link post, but content matters.
So, allow me some interjections:
- NO, not all syntax is a list in Lisp
- Clojure’s [], {}, #{} are not literals but syntactic constructors
- Common Lisp’s #() is a vector literal