boot2

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

024-arith.scm (74B)


      1 ; +, -, * working together.
      2 (define x 10)
      3 (sys-exit (- (* x 5) 3))   ; 47