haskell-jp / questions #96 at 2021-04-25 15:12:58 +0900
Back to questions #96
hexirp
2021-04-25 15:12:58 +0900
関数型プログラミング言語を作りたいので、グラフ簡約について勉強したいのですが、何かいい文献はありますか?
hexirp
2021-04-25 15:16:07 +0900
https://www.cs.tufts.edu/comp/150FP/archive/simon-peyton-jones/eval-apply-jfp.pdf
の Making a fast curry: push/enter vs. eval/apply for higher-order languages でトイ実装を作るには充分そうかなと思ってますが
nobsun
2021-04-27 00:05:57 +0900
さらにナイーブなものでよければ、(というか call-by-need の素朴な実装という趣のものなら)
The implementation of the Gofer functional programming system
http://web.cecs.pdx.edu/~mpj/pubs/RR-1030.pdf
とか、
Implementing functional languages: a tutorial
https://www.microsoft.com/en-us/research/wp-content/uploads/1992/01/student.pdf
とか、
hexirp
2021-04-29 21:10:21 +0900
ありがとうございます! 参考にさせていただきます
Back to questions #96