タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Schemeとjavascriptに関するmoozのブックマーク (1)

  • jsscheme test

    Tiny Scheme implementation with javascript description 言語開発合宿で作成した、Scheme(的なもの)のjavascript実装です。 継続と末尾再帰最適化まで実装しました。継続のほうは当に仕様を満足しているかどうか不安ですが。 マクロは、ありません 詳しい説明はblogのほうに。 features parse SExpr variable reference create/call closure tail-call optimization continuation quote ('expr) , dotted pair( (x . y) ) , comment( ;; ) etc is not supported. console hold log Examples basic operations 1 (define x 1

    mooz
    mooz 2010/03/02
    scheme 処理系. Gin を使用.
  • 1