Blog: 2023-04-08

From razwiki
Revision as of 11:05, 8 April 2023 by Razzi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

farming... it spans the most bougie and the most primitive

thinking about starting to collect temperature data in the greenhouse etc

cool https://www.soulfirefarm.org/get-involved/reparations/

---

why is doc a macro in clojure?

Because you use it like

(def a "it's a var" 3)
(doc a)

and you want the doc of 'user/a, not the doc of 3!