boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

018-let.scm (87B)


      1 ; Basic let: parallel binding, body in extended env.
      2 (sys-exit (let ((x 7) (y 18)) y))