エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Template Lambda-Calculus Interpreter
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Template Lambda-Calculus Interpreter
This page is about a lambda-calculus interpreter encoded in the C++ template system. Oh, yes, it'... This page is about a lambda-calculus interpreter encoded in the C++ template system. Oh, yes, it's ugly. This is a rather simple lambda calculus interpreter (with bools, ints, strings, and lists) encoded in the C++ template system. It also includes facilities to automatically project compile-time values as run-time values. This is a proof-of-concept project (i.e., a demonstration of how dreadful i