top | item 41181986

(no title)

tarnith | 1 year ago

This is an odd critique.

Many interpreted languages consume easily upwards of 50x the energy at runtime...

discuss

order

hansvm|1 year ago

> Compiled language authors shouldn't write faster compilers because interpreted languages exist

My point is that the costs of those particular compiled languages is high enough that it's worth some additional investment in speed, regardless of the existence of interpreted languages.

the_duke|1 year ago

> the costs of those particular compiled languages is high enough

Only if we are talking developer experience.

Even if you are working on something almost no-one uses. Spending a bit of time , or even hours, compiling, will be dwarfed by running more efficient code.

Just remember that there are billions of devices constantly (re)JITing Javascript code...