summaryrefslogtreecommitdiff
path: root/doc/cljlib.md
Commit message (Collapse)AuthorAgeFilesLines
* fix: update docsAndrey Orst2021-01-201-28/+26
| | | | preparing to set up docstring validation
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-191-153/+98
| | | | | | | | | | 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(doc): update docsAndrey Orst2020-12-041-8/+8
|
* fix: fix cons docstringAndrey Orst2020-11-251-1/+1
|
* fix(docs): order items in cljlib.md, and add test.mdAndrey Orst2020-11-231-607/+607
|
* feature(docs): order items in macros docAndrey Orst2020-11-221-1/+44
|
* fix: update ordered when removing items.Andrey Orst2020-11-211-2/+157
| | | | WIP: for unordered set
* feature: major overhaul of documentation, and some housekeepingAndrey Orst2020-11-171-5/+3
| | | | | | | - 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): update documentationAndrey Orst2020-11-161-3/+45
|
* fix(doc): fix vector? docstringAndrey Orst2020-11-151-2/+2
|
* feature(doc): more examples in documentationAndrey Orst2020-11-151-0/+991