Commit graph

10 commits

Author SHA1 Message Date
Leon Mika e55f0e1ef3 Merge remote-tracking branch 'origin/main'
All checks were successful
Build / build (push) Successful in 2m1s
2025-01-30 22:16:25 +11:00
Leon Mika 2fcfe9d540 Added iterators
Iterators are an unbounded sequence of elements that can only be consumed one-by-one.
2025-01-30 22:15:38 +11:00
Leon Mika 2d56517de9 Fixed a panic when not is called with a nil value
All checks were successful
Build / build (push) Successful in 2m2s
Also added the "error" builtin.
2025-01-28 08:54:48 +11:00
Leon Mika 8fa2e3efb9 Added lists:batch and modified and and or to be useful to handling nil defaults
All checks were successful
Build / build (push) Successful in 2m4s
2025-01-26 09:36:16 +11:00
Leon Mika ef8d6f3067 Added documentation for lists
All checks were successful
Build / build (push) Successful in 2m10s
2025-01-24 13:30:09 +11:00
Leon Mika c6e195cbf8 no, I was right the first time
All checks were successful
Build / build (push) Successful in 1m54s
2025-01-19 16:01:00 +11:00
Leon Mika 742b5e96c3 Fixed CSV example 2025-01-19 15:59:51 +11:00
Leon Mika 42d5a89471 Started working on more package docs
All checks were successful
Build / build (push) Successful in 1m49s
2025-01-19 10:11:55 +11:00
Leon Mika 80e56ec1a5 Documented some more core functions
All checks were successful
Build / build (push) Successful in 1m52s
2025-01-19 09:33:09 +11:00
Leon Mika 531dd9bf4e Started building out the site.
All checks were successful
Build / build (push) Successful in 2m7s
2025-01-18 16:02:35 +11:00