Announcing Scala.js v0.1
scala-lang.org
Announcing Scala.js v0.1
1–10 of 90 posts
Re: Announcing Scala.js v0.1
#2Re: Announcing Scala.js v0.1
#3Re: Announcing Scala.js v0.1
#4Re: Announcing Scala.js v0.1
#5I wonder how complicated it is to parse JSON in Scala.js. It's pretty involved in regular Scala and incredibly easy in JavaScript, so what's it like in Scala.js?
Re: Announcing Scala.js v0.1
#6I wonder how complicated it is to parse JSON in Scala.js. It's pretty involved in regular Scala and incredibly easy in JavaScript, so what's it like in Scala.js?
Re: Announcing Scala.js v0.1
#7What javascript universe needs right now is not some more of syntactic sugar clusterfuck followed by debugging nightmare, but real tools, static code analysis. I don't want to waste my precious time dealing with closure compiler+scala something combo. It's fun from programmers POV, but still it won't make me pay my bills!
reality check, please
Re: Announcing Scala.js v0.1
#8Fun stuff, but again, doesn't come with any tools. Microsoft Typescript is much better on that matter. What javascript universe needs right now is not some more of syntactic sugar clusterfuck followed by debugging nightmare, but real tools, static code analysis. I don't want to waste my precious time dealing with closure compiler+scala something combo. It's fun from programmers POV, but still it won't make me pay my…
Also, it seems a bit odd to call Scala "syntactic sugar". It's a pretty unique language in its own right.
Re: Announcing Scala.js v0.1
#9I wonder how complicated it is to parse JSON in Scala.js. It's pretty involved in regular Scala and incredibly easy in JavaScript, so what's it like in Scala.js?
Parsing JSON in Scala is very easy with lift-json: https://github.com/lift/lift/tree/master/framework/lift-base...