boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
005-lambda-capture.scm (49B)
1
((lambda (x) ((lambda (y) (sys-exit x)) 99)) 42)