Hacker News new | ask | show | jobs
by bertzzie 4747 days ago
Yeah, and I'm not sure scala will be that useful without the standard libs, much like C# or Java.

Seeing the presentation, I'm thinking more of using it with something like node-webkit[1] though. Didn't LightTable use clojure-script or something? But then, why don't just use one of JVM's GUI framework?

[1]: https://github.com/rogerwang/node-webkit

1 comments

I'm doing something for fun with Clojurescript and node-webkit and for me it's mostly that I want the fast start up time, but also to get to just work with html instead of having to learn a gui framework.

Also I just want to mention that Clojurescript compiles to javascript that's compatible with Google's Closure compiler, which can do dead code elimination and will remove the parts of the standard library that you don't use.