boot2

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

029-make-bv.scm (122B)


      1 ; make-bytevector + bytevector-length round-trip.
      2 (define b (make-bytevector 5 0))
      3 (sys-exit (bytevector-length b))   ; 5