Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-18 | use generic conts | Kimplul | |
2024-12-11 | add note about closure calls | Kimplul | |
2024-12-08 | add some thought about error handling | Kimplul | |
2024-12-07 | add a motivating case | Kimplul | |
+ Hopefully it generalizes well, but at least it does use both lifetime and ownership intermixed | |||
2024-12-06 | show usage for examples | Kimplul | |
2024-12-05 | add note about functions as expressions | Kimplul | |
2024-12-05 | add extra requirement for returns that I forgot | Kimplul | |
2024-12-04 | remove mention that there's only a `uniq` example | Kimplul | |
2024-12-04 | implement expression handling further | Kimplul | |
+ Add some notes about returning functions that I started thinking about as a result of the fib example | |||
2024-12-03 | initial commit | Kimplul | |
+ Lots of code copied from ek, so didn't have to start from scratch, but might mean there are some quirks here and there that made sense in ek but not necessarily here. |