summaryrefslogtreecommitdiff
path: root/lazy-seq
Commit message (Collapse)AuthorAgeFilesLines
* Move everything to a single fileAndrey Listopadov2023-08-261-0/+0
| | | | | | | Now the library is fully self-contained and doesn't require any special flags to be used. Macros are now shipped inside the library itself and can be required by user code by requiring the same module name as the library.
* add reducedAndrey Listopadov2023-05-151-0/+0
|
* release v1.0.0Andrey Listopadov2022-08-211-0/+0
Almost complete rewrite of the library, complete with lazy sequences, immutable tables, transients, transducers, better equality semantics, and more correct code generation in macros.