javascript - What is the most normal way to deliver a ClojureScript desktop application -


i have desktop application written in clojure suffers jvm startup time , fit clojurescript. delivered jar file jvm, equivalent clojurescript/javascript?

the deployment rules regular javascript apply. there's nothing wrong sending user optimized .js file emitted clojurescript's compiler. means double clicking script or running command line if python or ruby.

can desktop development using javascript?

for windows machines, have windows script house http://msdn.microsoft.com/en-us/library/9bbdkx3k(vs.85).aspx

if run *nix can use node.js http://nodejs.org/ note: may need lookup tips getting google's closure library work node.js via https://github.com/hsch/node-goog if depend on it.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -