ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
1
2
3
-- feature: inline lambda, no capture
-- expected: [2, 4, 6]
main>L n;map (x:n>n;*x 2) [1,2,3]