|
|
|
|
|
by progressbwc
2046 days ago
|
|
Crystal does global type inference to be performant while “feeling like a dynamic language” - as claimed by the article. This leads to very high compilation times (which is non-linear so a program double the size will likely take more than double the time to compile) and last time I asked I was told it is not a solvable problem. |
|
I think they stepped back from this a few years ago. It's not globally inferred anymore - you need to specify some types manually.