boot2
Playing with the boostrap
git clone
https://git.ryansepassi.com/git/boot2.git
Log
|
Files
|
Refs
|
README
00-identity.scm (35B)
1
(define id (lambda (x) x))
2
(id 42)