ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
5
-- feature: returning fn-ref by name (FnRef plumbing, not capture)
-- expected: 25
sq x:n>n;*x x
mksq>F n n;sq
main>n;f=mksq;f 5