| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename the lazy-seq function to lazy-seq* to avoid name clash with a macroHEADmaster | Andrey Listopadov | 2023-08-30 | 1 | -0/+13 |
| | | |||||
| * | update docs, fix doctests, include macros in the docs | Andrey Listopadov | 2023-08-28 | 2 | -608/+566 |
| | | |||||
| * | update documentation for reduce and into | Andrey Listopadov | 2022-10-31 | 1 | -7/+12 |
| | | |||||
| * | update loop doc | Andrey Listopadov | 2022-10-31 | 2 | -9/+53 |
| | | |||||
| * | fix namespace switching when using then in require-as-include scenarios | Andrey Listopadov | 2022-10-31 | 2 | -55/+88 |
| | | |||||
| * | move buf-locals to dir-locals | Andrey Listopadov | 2022-10-31 | 2 | -16/+16 |
| | | |||||
| * | remove the :relative require, update installation guide, update docstrings | Andrey Listopadov | 2022-10-29 | 2 | -31/+109 |
| | | |||||
| * | update docs | Andrey Listopadov | 2022-09-07 | 2 | -4/+19 |
| | | |||||
| * | update docs, readme and cnagelog for v1.0.0 release | Andrey Listopadov | 2022-08-21 | 3 | -1675/+2275 |
| | | |||||
| * | fix: don't generate mulitarity arglist doc for single-arity functions | Andrey Listopadov | 2021-07-23 | 1 | -51/+51 |
| | | |||||
| * | release: v0.5.4 | Andrey Listopadov | 2021-07-22 | 2 | -24/+10 |
| | | |||||
| * | fix: style changes, and documentation fixes | Andrey Listopadov | 2021-07-17 | 2 | -5/+42 |
| | | | | | | | - provide defn as an alias to fn* and change fn* to defn in all files - fix doc for eq function - fix and generate doc for loop macro | ||||
| * | fix: move test library to separate project | Andrey Listopadov | 2021-04-24 | 3 | -101/+4 |
| | | |||||
| * | feat: add partition take and nthrest functions | Andrey Listopadov | 2021-02-22 | 3 | -3/+73 |
| | | |||||
| * | fix: release 0.5.1 | Andrey Listopadov | 2021-02-19 | 2 | -6/+27 |
| | | | | | | | | | - 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? function | Andrey Listopadov | 2021-02-18 | 2 | -3/+2 |
| | | |||||
| * | fix: fix some links in docs | Andrey Listopadov | 2021-02-17 | 3 | -23/+24 |
| | | |||||
| * | fix(doc): use automatic link resolution in docs | Andrey Listopadov | 2021-02-17 | 3 | -11/+11 |
| | | |||||
| * | improve set iteration performance | Andrey Listopadov | 2021-02-15 | 2 | -4/+4 |
| | | |||||
| * | fix: update heading links | Andrey Orst | 2021-01-24 | 2 | -25/+25 |
| | | |||||
| * | feature: include documentation testing in pipeline | Andrey Orst | 2021-01-24 | 3 | -151/+174 |
| | | |||||
| * | fix: update docs | Andrey Orst | 2021-01-20 | 2 | -80/+63 |
| | | | | | preparing to set up docstring validation | ||||
| * | fix: Fennel 0.8.0 enhancements | Andrey Orst | 2021-01-19 | 3 | -162/+114 |
| | | | | | | | | | | | 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(macros): add experimental try catch macro | Andrey Orst | 2020-12-29 | 1 | -0/+72 |
| | | |||||
| * | fix(doc): update docs | Andrey Orst | 2020-12-04 | 3 | -10/+10 |
| | | |||||
| * | fix: fix cons docstring | Andrey Orst | 2020-11-25 | 1 | -1/+1 |
| | | |||||
| * | fix(docs): order items in cljlib.md, and add test.md | Andrey Orst | 2020-11-23 | 2 | -607/+705 |
| | | |||||
| * | feature(docs): order items in macros doc | Andrey Orst | 2020-11-22 | 2 | -227/+270 |
| | | |||||
| * | fix: update ordered when removing items. | Andrey Orst | 2020-11-21 | 2 | -3/+158 |
| | | | | | WIP: for unordered set | ||||
| * | feature: major overhaul of documentation, and some housekeeping | Andrey Orst | 2020-11-17 | 2 | -210/+429 |
| | | | | | | | | - 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 documentation | Andrey Orst | 2020-11-16 | 1 | -3/+45 |
| | | |||||
| * | fix(doc): fix vector? docstring | Andrey Orst | 2020-11-15 | 1 | -2/+2 |
| | | |||||
| * | feature(doc): more examples in documentation | Andrey Orst | 2020-11-15 | 2 | -20/+337 |
| | | |||||
| * | Feature(doc): upload autogenerated documentation. | Andrey Orst | 2020-11-14 | 2 | -0/+962 |