summaryrefslogtreecommitdiff
path: root/macros
Commit message (Collapse)AuthorAgeFilesLines
* remove limitation of different length with nils in arglistAndrey Orst2020-10-242-4/+4
|
* ChangesAndrey Orst2020-10-231-42/+53
| | | | | | | | | - add runtime check to into - add sort of a test framework - remove mapkv in favor of generalized mapv that works both for sequences and tables - add more tests - update doc
* changesAndrey Orst2020-10-221-4/+2
| | | | | | fix eq? for empty tables rewrite parts of the readme simplify functions rest and check-bindings
* implement into as a macroAndrey Orst2020-10-221-1/+49
|
* added more macros, and functions to the `core` modulesAndrey Orst2020-10-212-41/+171
|
* add some additional checks and docstrings for fn*Andrey Orst2020-10-211-50/+71
|
* implement Clojure's defnAndrey Orst2020-10-211-0/+84