積み残し作業をこなす - Scheme VM を書く

  • quasiquote を完璧に
  • vector #(a b c) 形式の read に対応
  • vector の equal? と vector の display に対応
  • regexp の display に対応
  • test 結果が展開されている件
    • compile 時に quote の中まで expand していたのが原因
  • with-input-from-string を動かす
    • Gauche で動く方の VM は current-input-port を外から代入できる方法がなさそうなので見送り。
    • with-input-from-port はあるのだけど、set-current-input-port! 的なものが欲しい。