|
|
|
|
|
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 |
|
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.