Collections as grids with borders

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"...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

1 points · 1 comments · view on lemmy.world

1 Comments

Ardubal@mastodon.xyz · 2 pts · 1y

@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