|
|
|
|
|
by whytevuhuni
778 days ago
|
|
I agree with this, but I don't think dynamic types is the only solution. Something like Roc[0] strikes a better balance: it gives you a flag for development, and when enabled, all compilation errors become warnings. The compiler substitutes every function it couldn't compile with one that panics at runtime. [0] https://www.roc-lang.org/ |
|