boot2

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

015-dot-symbol.scm (151B)


      1 ; A `.` followed by a non-ws byte is part of an identifier — only
      2 ; `.` + ws/paren/EOF is the dotted-pair separator.
      3 (define .foo 7)
      4 (sys-exit .foo)