| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -519/+520 |
| | | | | | | | | | | | 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 | ||||
| * | Revert "feature(core): print empty vectors as [] in the REPL" | Andrey Orst | 2020-11-25 | 1 | -3/+1 |
| | | | | This reverts commit 7b02ecaff4e3e884700e4ec6a0ab4db28966dca1 | ||||
| * | feature(core): print empty vectors as [] in the REPL | Andrey Orst | 2020-11-25 | 1 | -1/+3 |
| | | |||||
| * | feature(core): more hash table functions | Andrey Orst | 2020-11-21 | 1 | -1/+19 |
| | | |||||
| * | fix: update ordered when removing items. | Andrey Orst | 2020-11-21 | 1 | -33/+196 |
| | | | | | WIP: for unordered set | ||||
| * | feature: Sets | Andrey Orst | 2020-11-19 | 1 | -65/+90 |
| | | |||||
| * | feature: major overhaul of documentation, and some housekeeping | Andrey Orst | 2020-11-17 | 1 | -1/+2 |
| | | | | | | | | - remove(macros): `fn+` as it seem impractical, and `fn*` can be used instead - rename(def, defonce): `:dynamic` to `:mutable` as dynamic implies dynamic scoping which is not feature of Lua. - doc: generated documentation for macro module. | ||||
| * | fix(core): fix seq function not handling tables with number keys | Andrey Orst | 2020-11-15 | 1 | -2/+2 |
| | | |||||
| * | fix(core): fix reduce-kv and tests | Andrey Orst | 2020-11-15 | 1 | -7/+14 |
| | | |||||
| * | feature(core): implement `reduced` | Andrey Orst | 2020-11-15 | 1 | -0/+13 |
| | | |||||
| * | fix(core): rename seq? to vector? | Andrey Orst | 2020-11-15 | 1 | -10/+10 |
| | | |||||
| * | fix(core): revert fn* to defn change | Andrey Orst | 2020-11-13 | 1 | -2/+2 |
| | | |||||
| * | fix(core): refactoring | Andrey Orst | 2020-11-13 | 1 | -12/+6 |
| | | | | | | | | - 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 | ||||
| * | feature(core): remove macros from core (for loading with macros) | Andrey Orst | 2020-11-13 | 1 | -62/+9 |
| | | |||||
| * | fix(core): improved deep comparison | Andrey Orst | 2020-11-13 | 1 | -1/+38 |
| | | |||||
| * | feature(core): support strings in seq | Andrey Orst | 2020-11-12 | 1 | -2/+5 |
| | | |||||
| * | fix(CI): overhaul | Andrey Orst | 2020-11-12 | 1 | -0/+609 |