summaryrefslogtreecommitdiff
path: root/init.fnl
Commit message (Collapse)AuthorAgeFilesLines
* fix: update macros comparison function builderAndrey Listopadov2021-03-111-0/+1
| | | | No need to modify the metatable in macros.
* feat: add partition take and nthrest functionsAndrey Listopadov2021-02-221-1/+78
|
* fix: release 0.5.1Andrey Listopadov2021-02-191-75/+87
| | | | | | | | - eq will no longer change metamethods of tables - module info is hidden in metatable now - memoize uses proper deep comparison - tests no longer requires searching up in core namespace - memoization test doesn't depend on CPU speed anymore
* fix: add doc for set? functionAndrey Listopadov2021-02-181-1/+1
|
* fix: fix some links in docsAndrey Listopadov2021-02-171-109/+109
|
* fix(doc): use automatic link resolution in docsAndrey Listopadov2021-02-171-28/+28
|
* fix(core): check if nil is used as table keyAndrey Listopadov2021-02-161-0/+2
|
* improve set iteration performanceAndrey Listopadov2021-02-151-31/+33
|
* fix: update fennelview metamethodAndrey Listopadov2021-02-041-1/+1
|
* fix: update heading linksAndrey Orst2021-01-241-2/+2
|
* feature: include documentation testing in pipelineAndrey Orst2021-01-241-54/+53
|
* fix: update docsAndrey Orst2021-01-201-28/+26
| | | | preparing to set up docstring validation
* fix: Fennel 0.8.0 enhancementsAndrey Orst2021-01-191-0/+1333
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