| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: bump fennel-test to v0.0.3 | Andrey Listopadov | 2021-10-17 | 1 | -9/+9 |
| | | |||||
| * | release: v0.5.4 | Andrey Listopadov | 2021-07-22 | 1 | -9/+10 |
| | | |||||
| * | feat(macros): Added Clojure-like loop macro | Archenoth | 2021-07-13 | 1 | -0/+18 |
| | | |||||
| * | refactor library to use new init-macros.fnl feature | Andrey Listopadov | 2021-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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) | ||||
| * | Try multi value return | Andrey Listopadov | 2021-05-10 | 1 | -1/+13 |
| | | |||||
| * | fix: move test library to separate project | Andrey Listopadov | 2021-04-24 | 1 | -1/+1 |
| | | |||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 1 | -10/+10 |
| | | | | | | | | | | | 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 | ||||
| * | fix(macros): fix bug in try, add tests | Andrey Orst | 2020-12-31 | 1 | -0/+32 |
| | | |||||
| * | fix: update ordered when removing items. | Andrey Orst | 2020-11-21 | 1 | -8/+8 |
| | | | | | WIP: for unordered set | ||||
| * | feature: major overhaul of documentation, and some housekeeping | Andrey Orst | 2020-11-17 | 1 | -5/+5 |
| | | | | | | | | - 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): revert fn* to defn change | Andrey Orst | 2020-11-13 | 1 | -1/+1 |
| | | |||||
| * | fix(core): refactoring | Andrey Orst | 2020-11-13 | 1 | -1/+1 |
| | | | | | | | | - 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): support string in into | Andrey Orst | 2020-11-12 | 1 | -1/+8 |
| | | |||||
| * | fix(CI): overhaul | Andrey Orst | 2020-11-12 | 1 | -0/+198 |