DEV Community

Discussion on: KVision v3.17.0 is released (with IR backend support)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

My experience with Kotlin/JS (for frontend), is compilation time is so slow.

Collapse
 
rjaros profile image
Robert Jaros

It probably depends what you are comparing. If you work with plain JS, where there is no compilation at all, you are probably right - it will be slow :-)
But generally, I don't think it's slower than many other compiled languages, and for sure it's faster than some of them (e.g. Scala).