aboutsummaryrefslogtreecommitdiff
path: root/examples/vectors
AgeCommit message (Expand)Author
2025-09-01Overhaul code to stop keeping examples and libraries in the same repo,Bruce Hill
2025-05-11Add new system for tracking versions.Bruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-04Misc fixesBruce Hill
2025-03-10Add some vector methodsBruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2024-11-24Switch `NaN` to be identical to the null valueBruce Hill
2024-10-09Change function syntax from `func(args)->ret` to `func(args -> ret)`Bruce Hill
2024-09-15Move each example to its own folderBruce Hill