Announcing Scala.js v0.1
31–40 of 90 posts
Re: Announcing Scala.js v0.1
#32Re: Announcing Scala.js v0.1
#33So now it's Dart vs Scala. Great to have some good options.
Re: Announcing Scala.js v0.1
#34Is there anything Javascript can't do?
Re: Announcing Scala.js v0.1
#35Is there anything Javascript can't do?
The trick is not wasting too much performance while doing that. Fortunately Javascript performance is already not bad, and specific subsets like asm.js can have their performance optimized even further.
So your question is not unlike "what an x86 command set cannot do?", just for a 50-100x slower command set.
Re: Announcing Scala.js v0.1
#36Re: Announcing Scala.js v0.1
#37I remember how years ago I complained about how Javascript was the only language aviable for the web. Nowadays you can even run sliced bread on Javascript... though, wouldn't it be better to focus on developing languages on top of asm.js or PNacl so we wouldn't rely on JS?
I completely agree. While asm.js has its problems, its moving in the right direction. Honestly, it seems like this wouldn't be too hard to add a backend target for asm.js, if its implemented well.
Re: Announcing Scala.js v0.1
#38Re: Announcing Scala.js v0.1
#39Anyone know how the compilation times compare with regular Scala?
Scala's compile times (along with other aspects of its development experience) are among my biggest annoyances with the language. It just seems like it should be way better than it is for such an intellectually advanced language. I've been investing a lot of time in learning Scala because I think that it's at the head of the vanguard of a software engineering revolution, but with some of its ergonomic issues, I can't…
Re: Announcing Scala.js v0.1
#40Is there anything Javascript can't do?