Kmkm
プログラミング言語処理系が好きな人の集まり
定期ミートアップ 第5回
2021.07.25
岡本和樹
前回までのあらすじ
前回からの進捗
コンパイルパス
副作用のある関数
束縛時の型の記載を不要に
; old
(bind
const
(function a int (function b int a))
(function int (function int int))
(list))
; new
(bind
const
(function a int (function b int a)))
FFI
モジュールシステム
where をやめ let に
名前解決パス
実行ファイルを実行するテスト
悩み
エラー出力
悩み
自前 C レンダラー
今後
情報