|
|
|
|
|
by callum85
4100 days ago
|
|
> the resulting JS is said to be more performant than raw JS. This claim always bugged me. The output of dart2js is raw JS. Same with CoffeeScript (which makes a similar claim). So these claims are totally reliant on parameters that haven't been defined, ie. what constitutes "equivalent" handwritten code? |
|
I've always assumed claims like this are implying that average case code is written poorly and that's how It could be faster.
However as you point out we'd need all the assumptions made clear to believe such a claim.