|
|
|
|
|
by microtonal
5029 days ago
|
|
Local type inference is not necessarily expensive. Type inference is abundantly used in Go, and yet it's probably one of the fastest compilers. There are also languages that do Hindley–Milner type inference (ML, Haskell) with good compile times. |
|