Comment on Hindley-Milner in ClojureComments−kd0amg12yI think you should implement Hindley-Milner in the language of your choice for a small toy λ-calculus.Did this a little while ago (as a stepping stone to building an inference system for a more complicated calculus).https://gist.github.com/jrslepak/6158954
Comments
I think you should implement Hindley-Milner in the language of your choice for a small toy λ-calculus.
Did this a little while ago (as a stepping stone to building an inference system for a more complicated calculus).
https://gist.github.com/jrslepak/6158954