[ANN] New Version of ClojureScript One

2012-01-25 Thread Brenton
We have released a new version of ClojureScript One. The most significant changes are: No more scripts! Everything now works through Leiningen. We have added support for retrieveing git dependencies via Leiningen. Allow connections to the REPL form remote machines. See the change log:

Re: [ANN] New Version of ClojureScript One

2012-01-25 Thread Ryan Waters
On Wed, Jan 25, 2012 at 2:40 PM, Brenton bashw...@gmail.com wrote: We have released a new version of ClojureScript One. ... No more scripts! Everything now works through Leiningen. We have added support for retrieveing git dependencies via Leiningen. It's nice that leiningen can handle the

Re: [ANN] New Version of ClojureScript One

2012-01-25 Thread Sam Aaron
Very nice :-) I've got some quality code reading ahead of me... One quick question - why do you still rely on git checkouts of ClojureScript and Domina - especially now ClojureScript is available on maven? Sam --- http://sam.aaron.name On 25 Jan 2012, at 20:40, Brenton wrote: We have

Re: [ANN] New Version of ClojureScript One

2012-01-25 Thread Stuart Sierra
Why git checkouts? We don't have automated Maven releases of ClojureScript yet, so to pull the latest code it needs to get it from git. Maybe this Friday I'll be able to get automated releases up on Hudson. -S -- You received this message because you are subscribed to the Google Groups