11 ms·
That comes with its own tradeoffs: increased compile time and more effort needed to create error messages that are helpful to the user.
by wool_gather 6y ago
That comes with its own tradeoffs: increased compile time and more effort needed to create error messages that are helpful to the user.
- GeorgeWBasic 6y agoOcaml is probably the fastest compiling language I've ever used.
- jgwil2 6y ago> more effort needed to create error messages that are helpful to the user. Well, sure, but that's a tradeoff for the developers of the language to consider. As a user, there are already plenty of statically typed languages to choose from with many person-hours put into just that.
- erik_seaberg 6y agoI want to offload as much work as we possibly can to the compiler. My brain will always be millions of times slower.