| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |