summaryrefslogtreecommitdiff
path: root/init-macros.fnl
Commit message (Collapse)AuthorAgeFilesLines
* fix: style changes, and documentation fixesAndrey Listopadov2021-07-171-7/+9
| | | | | | - provide defn as an alias to fn* and change fn* to defn in all files - fix doc for eq function - fix and generate doc for loop macro
* 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)