summaryrefslogtreecommitdiff
path: root/README.org
Commit message (Collapse)AuthorAgeFilesLines
* feature(CI): add coverage reportAndrey Orst2020-11-011-0/+1
|
* feature(doc): describe multimethodsAndrey Orst2020-10-311-0/+18
|
* fix(doc): gitlab's rendering of Org mode isn't quite rightAndrey Orst2020-10-291-1/+1
|
* feature(doc): more function descriptionsAndrey Orst2020-10-291-18/+59
|
* fix: typoAndrey Orst2020-10-281-1/+1
|
* feature(core): implement auto namespacing for fn* and create fn&Andrey Orst2020-10-271-0/+75
| | | | Redefining everything in terms of fn* and fn* breaks coverage.sh
* feature(core functions): Added more core functionsAndrey Orst2020-10-241-20/+42
|
* feature(documentation): Added Contributing guidelinesAndrey Orst2020-10-241-79/+68
|
* add predicates for checking maps and seqs; add COC, and update docAndrey Orst2020-10-241-25/+24
|
* gitlab doesn't like Org's linksAndrey Orst2020-10-241-2/+1
|
* more functionsAndrey Orst2020-10-241-2/+9
|
* remove limitation of different length with nils in arglistAndrey Orst2020-10-241-1/+5
|
* ChangesAndrey Orst2020-10-231-16/+46
| | | | | | | | | - 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-13/+22
| | | | | | fix eq? for empty tables rewrite parts of the readme simplify functions rest and check-bindings
* implement into as a macroAndrey Orst2020-10-221-11/+20
|
* add more functions and docAndrey Orst2020-10-211-4/+129
|
* added more macros, and functions to the `core` modulesAndrey Orst2020-10-211-1/+1
|
* implement Clojure's defnAndrey Orst2020-10-211-0/+40
|
* initial commitAndrey Orst2020-10-201-0/+57