|
44cd26f2ce
|
Rename Array -> List in all code and docs
|
2025-04-06 22:45:02 -04:00 |
|
|
4043a99e0d
|
Expand reducers so they support stuff like (+.abs(): nums) and
`(==.length: texts)`
|
2025-04-06 14:52:59 -04:00 |
|
|
2bb2ff871f
|
Change method calls to use foo.baz() instead of foo:baz()
|
2025-04-06 14:20:18 -04:00 |
|
|
0b8074154e
|
First working compile of refactor to add explicit typing to declarations
and support untyped empty collections and `none`s
|
2025-04-04 17:06:09 -04:00 |
|
|
37f3e91f6c
|
Rename "NONE" to "none"
|
2024-12-07 16:04:25 -05:00 |
|
|
1e3fb8a2c0
|
Rename "NULL" to "NONE"
|
2024-11-24 16:18:21 -05:00 |
|
|
f868d02b08
|
Add NULL as a syntax for null values.
|
2024-11-21 13:00:53 -05:00 |
|
|
0b7a0dd043
|
Change reducers to use (OP: ...) syntax and return an optional value
|
2024-11-02 20:22:19 -04:00 |
|
|
7e7ac77021
|
Document reductions
|
2024-10-08 23:39:37 -04:00 |
|