summaryrefslogtreecommitdiff
path: root/init-macros.fnl
Commit message (Collapse)AuthorAgeFilesLines
* feat(macros): Added Clojure-like loop macroArchenoth2021-07-131-1/+74
|
* refactor library to use new init-macros.fnl featureAndrey Listopadov2021-06-231-0/+1228
Old way of requiring the library: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib.macros) New way: (local clj (require :fennel-cljlib) (import-macros cljm :fennel-cljlib)