Re: Anyone Worked with NW.js and ClojureScript

2015-04-09 Thread Ed Babcock
Hey, I've been working on some projects to help with ClojureScript on NW.js and mobile platforms. The main one is browserific: https://github.com/greenyouse/browserific Right now, it's just a lein plugin + template but there should be an interop library within a few weeks. It uses a new

Re: Anyone Worked with NW.js and ClojureScript

2015-04-08 Thread kovas boguta
FWIW its also possible to embed JVM Clojure within atom shell or nw via https://github.com/joeferner/node-java, and then script the web component entirely from Clojure, though its not trivial to set up. On Tue, Apr 7, 2015 at 6:41 AM, JPatrick Davenport virmu...@gmail.com wrote: Hello, I

Anyone Worked with NW.js and ClojureScript

2015-04-07 Thread JPatrick Davenport
Hello, I recently started looking at a project that's all about being offline. I thought about using Java + Clojure + JavaFX as my implementation path, but I fear that there's a security backlash against client side Java these days. Mulling it over, I thought, wouldn't it be terrifying to use

Re: Anyone Worked with NW.js and ClojureScript

2015-04-07 Thread Ravindra Jaju
You probably want to look at Assistant ( https://github.com/29decibel/assistant) as an example. It uses lein-node-webkit-build ( https://github.com/wilkerlucio/lein-node-webkit-build) - a lein plugin to build a shell app. Probably what you are looking for? Best, jaju On Tue, Apr 7, 2015 at

Re: Anyone Worked with NW.js and ClojureScript

2015-04-07 Thread JPatrick Davenport
Well don't that beat all? Thanks. It looks good. If anyone else wants to add something, please do. On Tuesday, April 7, 2015 at 7:10:42 AM UTC-4, jaju wrote: You probably want to look at Assistant ( https://github.com/29decibel/assistant) as an example. It uses lein-node-webkit-build (

Re: Anyone Worked with NW.js and ClojureScript

2015-04-07 Thread Erik Price
These are cool too: https://github.com/frankhale/hello-atom-shell https://github.com/oakmac/cuttle/ e On Tue, Apr 7, 2015 at 8:03 AM, JPatrick Davenport virmu...@gmail.com wrote: Well don't that beat all? Thanks. It looks good. If anyone else wants to add something, please do. On