| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-13 | Partially working first draft of bigints | Bruce Hill | |
| 2024-08-11 | Support channels with maximum size | Bruce Hill | |
| 2024-08-11 | Add channels and threads | Bruce Hill | |
| 2024-08-10 | For tables, deprecate support for square bracket indexing and .default | Bruce Hill | |
| values, replacing them with a `:bump()` function for tables with numeric values. This means that counters can be implemented easily without the need to mask complexity. | |||
| 2024-08-05 | Add a Range datatype with creation methods like `5:to(10)` and | Bruce Hill | |
| modification methods like `range:by(2)` or `range:reversed()` | |||
| 2024-08-04 | Guard against tables exceeding maximum supported size | Bruce Hill | |
| 2024-08-04 | Fix up some edge cases with refcounting | Bruce Hill | |
| 2024-08-04 | Tweak bits | Bruce Hill | |
| 2024-08-04 | Tweaks to array implementation, including changing how the bits are | Bruce Hill | |
| allocated, making more explicit checks for refcounts and max values, optimizations for certain methods, and adding compile-time errors for arrays that hold items that are too large. | |||
| 2024-03-18 | More file comments | Bruce Hill | |
| 2024-03-09 | First pass at lambdas/closures | Bruce Hill | |
| 2024-03-08 | Simplify table def | Bruce Hill | |
| 2024-02-29 | Fix up some import issues and improve arrays to use saturating refcounts | Bruce Hill | |
| instead of .copy_on_write | |||
| 2024-02-17 | Major cleanup | Bruce Hill | |
| 2024-02-04 | Builtins | Bruce Hill | |
