ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: inline lambda with capture (k is free var)
-- expected: [11, 12, 13]
main>L n;k=10;map (x:n>n;+x k) [1,2,3]