Compiling ClojureScript to JavaScript inside an app

2013-05-29 Thread David Pollak
Howdy, I'm looking to embed the ClojureScript compiler into an app I'm building (I'm packaging the app via uberjar). I'm trying to figure out how to compile ClojureScript to JavaScript in memory so that I get JavaScript stuff that I can shuttle off to places that can run JavaScript. Are there any

Re: Compiling ClojureScript to JavaScript inside an app

2013-05-29 Thread David Pollak
Awesome! Thanks! On Wed, May 29, 2013 at 1:52 PM, Dave Ray wrote: > Hi David. > > Himera by Fogus is a "ClojureScript compiler as a service" which seems > like it may be an example of what you're looking for. > > https://github.com/fogus/himera > > Cheers, > > Dave > > On Wed, May 29, 2013 at

Re: Compiling ClojureScript to JavaScript inside an app

2013-05-29 Thread Dave Ray
Hi David. Himera by Fogus is a "ClojureScript compiler as a service" which seems like it may be an example of what you're looking for. https://github.com/fogus/himera Cheers, Dave On Wed, May 29, 2013 at 1:49 PM, David Pollak wrote: > Howdy, > > I'm looking to embed the ClojureScript compil