DEV Community

Discussion on: Thoughts on interpreted vs compiled languages?

Collapse
 
rrampage profile image
Raunak Ramakrishnan

Getting into this a bit late but most statically typed languages support incremental compilation so you only have to compile the part which changed. Also, Java server-based applications I have worked on support hot-code reloading in development mode. The feedback loop is not as bad as people think.