| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -14/+0 |
| | | | | | | | | | | | Changelog: - fixed bug in try - reworked pretty printing for sets - handle cycles in sets - use new fennel.view format - reorganized library to make requiring it easier | ||||
| * | Feature(doc): upload autogenerated documentation. | Andrey Orst | 2020-11-14 | 1 | -516/+1 |
| | | |||||
| * | fix(core): revert fn* to defn change | Andrey Orst | 2020-11-13 | 1 | -9/+6 |
| | | |||||
| * | fix(core): refactoring | Andrey Orst | 2020-11-13 | 1 | -10/+10 |
| | | | | | | | | - Rename `fn*` to `defn`, `fn&` to `fn+`. - Do not use `fn+` in the core at all, provide it for convenience. - Fix bug in `filter` due to incorrect `cons` implementation. - Update `seq` and `eq` functions in macros | ||||
| * | fix(core): add missing doc | Andrey Orst | 2020-11-09 | 1 | -4/+12 |
| | | |||||
| * | feature(macros): add metadata macros, doc, and some tests | Andrey Orst | 2020-11-08 | 1 | -3/+72 |
| | | |||||
| * | feature(doc): document def and defonce | Andrey Orst | 2020-11-02 | 1 | -15/+45 |
| | | |||||
| * | feature(CI): add coverage report | Andrey Orst | 2020-11-01 | 1 | -0/+1 |
| | | |||||
| * | feature(doc): describe multimethods | Andrey Orst | 2020-10-31 | 1 | -0/+18 |
| | | |||||
| * | fix(doc): gitlab's rendering of Org mode isn't quite right | Andrey Orst | 2020-10-29 | 1 | -1/+1 |
| | | |||||
| * | feature(doc): more function descriptions | Andrey Orst | 2020-10-29 | 1 | -18/+59 |
| | | |||||
| * | fix: typo | Andrey Orst | 2020-10-28 | 1 | -1/+1 |
| | | |||||
| * | feature(core): implement auto namespacing for fn* and create fn& | Andrey Orst | 2020-10-27 | 1 | -0/+75 |
| | | | | | Redefining everything in terms of fn* and fn* breaks coverage.sh | ||||
| * | feature(core functions): Added more core functions | Andrey Orst | 2020-10-24 | 1 | -20/+42 |
| | | |||||
| * | feature(documentation): Added Contributing guidelines | Andrey Orst | 2020-10-24 | 1 | -79/+68 |
| | | |||||
| * | add predicates for checking maps and seqs; add COC, and update doc | Andrey Orst | 2020-10-24 | 1 | -25/+24 |
| | | |||||
| * | gitlab doesn't like Org's links | Andrey Orst | 2020-10-24 | 1 | -2/+1 |
| | | |||||
| * | more functions | Andrey Orst | 2020-10-24 | 1 | -2/+9 |
| | | |||||
| * | remove limitation of different length with nils in arglist | Andrey Orst | 2020-10-24 | 1 | -1/+5 |
| | | |||||
| * | Changes | Andrey Orst | 2020-10-23 | 1 | -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 | ||||
| * | changes | Andrey Orst | 2020-10-22 | 1 | -13/+22 |
| | | | | | | | fix eq? for empty tables rewrite parts of the readme simplify functions rest and check-bindings | ||||
| * | implement into as a macro | Andrey Orst | 2020-10-22 | 1 | -11/+20 |
| | | |||||
| * | add more functions and doc | Andrey Orst | 2020-10-21 | 1 | -4/+129 |
| | | |||||
| * | added more macros, and functions to the `core` modules | Andrey Orst | 2020-10-21 | 1 | -1/+1 |
| | | |||||
| * | implement Clojure's defn | Andrey Orst | 2020-10-21 | 1 | -0/+40 |
| | | |||||
| * | initial commit | Andrey Orst | 2020-10-20 | 1 | -0/+57 |