ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
4
-- feature: returning a *capturing* closure from a fn (true closure-return)
-- expected: 15
mkadd k:n>F n n;x:n>n;+x k
main>n;f=mkadd 10;f 5