joews / peach

A functional programming language
MIT License
3 stars 0 forks source link

Add static typing #2

Closed joews closed 7 years ago

joews commented 8 years ago

I want to make Peach a statically-typed language with optional annotations (and therefore type inference).

A Damas-Hindley-Milner w/Algorithm W for type inference is a good fit.

Resources:

joews commented 7 years ago

Done, mostly in c3ebdeb5d144f7cdece2fe7af9fe8bae54e111d7.