| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: add a check for lists in loop macro bindings | Andrey Listopadov | 2022-07-14 | 1 | -15/+45 |
| | | |||||
| * | Add tail-call checking to loop macro | Archenoth | 2021-07-26 | 1 | -0/+47 |
| | | |||||
| * | fix: don't generate mulitarity arglist doc for single-arity functions | Andrey Listopadov | 2021-07-23 | 1 | -6/+8 |
| | | |||||
| * | release: v0.5.4 | Andrey Listopadov | 2021-07-22 | 1 | -37/+21 |
| | | |||||
| * | fix: style changes, and documentation fixes | Andrey Listopadov | 2021-07-17 | 1 | -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 macro | Archenoth | 2021-07-13 | 1 | -1/+74 |
| | | |||||
| * | refactor library to use new init-macros.fnl feature | Andrey Listopadov | 2021-06-23 | 1 | -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) | |||||