summaryrefslogtreecommitdiff
path: root/tests/fn.fnl
Commit message (Collapse)AuthorAgeFilesLines
* fix: allow defining methods with fn*Andrey Orst2021-01-261-20/+49
|
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-191-7/+20
| | | | | | | | | | 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: major overhaul of documentation, and some housekeepingAndrey Orst2020-11-171-10/+0
| | | | | | | - 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.
* Feature(doc): upload autogenerated documentation.Andrey Orst2020-11-141-7/+7
|
* fix(core): revert fn* to defn changeAndrey Orst2020-11-131-6/+6
|
* fix(core): refactoringAndrey Orst2020-11-131-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(CI): overhaulAndrey Orst2020-11-121-0/+44