James Shubin
642c6b952f
lang: core, funcs: Port some functions to CallableFunc API
...
Some modern features of our function engine and language might require
this new API, so port what we can and figure out the rest later.
2025-03-16 23:23:57 -04:00
James Shubin
d579787bcd
lang: core: Simplify list and map lookup functions
2025-02-26 19:59:47 -05:00
James Shubin
d46c43df5a
lang: core: Let lookup function specialize earlier
...
If we happen to know some information, we can specialize early and help
type unification solve things.
2025-01-26 18:21:54 -05:00
James Shubin
d30ff6cfae
legal: Remove year
...
Instead of constantly making these updates, let's just remove the year
since things are stored in git anyways, and this is not an actual modern
legal risk anymore.
2025-01-26 16:24:51 -05:00
James Shubin
018d3efc90
lang: funcs: Move standalone functions into core
...
Everything should be all together.
2024-11-21 22:56:17 -05:00