Re: [ClojureScript] Re: AnNN: ClojureScript 0.0-2120

2013-12-20 Thread Gary Johnson
Thanks, Tim. I somehow missed Brandon's exposition earlier in the thread. These features look great. Fantastic job, ClojureScript devs! -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

Re: [ClojureScript] Re: AnNN: ClojureScript 0.0-2120

2013-12-16 Thread Tim Visher
On Mon, Dec 16, 2013 at 12:33 PM, Gary Johnson wrote: > Wait a minute... > > > #js data literal support added > > Holy $#%^!!! Where is this documented?! MUST...USE...NOW! https://groups.google.com/d/msg/clojurescript/mUVbtdnAvHA/Voa86mDnNGwJ -- In Christ, Timmy V. http://blog.twonegatives.

Re: AnNN: ClojureScript 0.0-2120

2013-12-16 Thread Gary Johnson
Wait a minute... #js data literal support added Holy $#%^!!! Where is this documented?! MUST...USE...NOW! -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new me

Re: AnNN: ClojureScript 0.0-2120

2013-12-13 Thread Joel Holdbrooks
Woohoo! Yes! Thank you! On Friday, December 13, 2013 7:15:40 AM UTC-8, David Nolen wrote: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New release version: 0.0-2120 > > Leiningen dependency infor

Re: [ClojureScript] AnNN: ClojureScript 0.0-2120

2013-12-13 Thread David Nolen
A big round of applause to Nelson Morris, Nicola Mometto, and Alex Redington - the REPL inline source maps would not have been possible without their work! And all the other contributors who submitted patches and bug fixes to this release too! :) David On Fri, Dec 13, 2013 at 10:46 AM, Nelson Mo

Re: [ClojureScript] AnNN: ClojureScript 0.0-2120

2013-12-13 Thread Nelson Morris
> Enhancements: > * inline source map information available to REPLs, enabled in browser REPL > I have PRs into piggieback and austin to enable this in the future. In the meantime, if you want to try it out you can clone https://github.com/xeqi/austin and https://github.com/xeqi/piggieback, and u

Re: [ClojureScript] AnNN: ClojureScript 0.0-2120

2013-12-13 Thread Tim Visher
On Fri, Dec 13, 2013 at 10:15 AM, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New release version: 0.0-2120 > > Leiningen dependency information: > > [org.clojure/clojurescr

AnNN: ClojureScript 0.0-2120

2013-12-13 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript New release version: 0.0-2120 Leiningen dependency information: [org.clojure/clojurescript "0.0-2120"] Enhancements: * inline source map information avail