|
|
|
|
|
by bo0tzz
730 days ago
|
|
My understanding is that the BEAM vm already has some (optional) runtime typechecks in the form of guards, which this new typesystem will also add for you automatically. And that these guards are actually used to speed things up, for example by JITing more optimized code. |
|