Re: ANN: ClojureScript 0.0-2913, Google Closure Modules, improved nREPL support

2015-02-23 Thread Shaun LeBron
I was trying out the Closure Module support. Looks like we need to wait for cljsbuild to support this. On Saturday, February 21, 2015 at 3:16:11 PM UTC-6, Boris Kourtoukov wrote: > On Saturday, February 21, 2015 at 1:01:39 PM UTC-5, David Nolen wrote: > > ClojureScript, the Clojure compiler that

Re: ANN: ClojureScript 0.0-2371

2014-10-10 Thread Shaun LeBron
(:require [secretary.core :as secretary :include-macros true]) ; desugars to add=> (:require-macros [secretary.core :as secretary]) (:require [secretary.core :as secretary :refer-macros [defroute]) ; desugars to add=> (:require-macros [secretary.core :as secretary :refer [defroute]]) This chang

Re: [ANN] freactive - high performance, pure Clojurescript, declarative DOM library

2014-11-17 Thread Shaun LeBron
On Sunday, November 16, 2014 8:20:29 PM UTC-6, Aaron Craelius wrote: > freactive (pronounced "f reactive" for functional reactive) is a new high > performance, pure Clojurescript, declarative DOM library: > https://github.com/aaronc/freactive > > It has a syntax very similar to that of Reagent a

Re: ANN: ClojureScript 0.0-2411

2014-12-07 Thread Shaun LeBron
might need to update the readme with this latest version On Friday, December 5, 2014 2:03:25 PM UTC-6, 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-241

Re: ANN: ClojureScript 0.0-2496, cljs.test - a clojure.test port

2014-12-17 Thread Shaun LeBron
really exciting stuff, thanks a lot On Wednesday, December 17, 2014 3:54:09 PM UTC-6, 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-2496 > > Leiningen

Re: The Essence of ClojureScript Redux

2015-01-04 Thread Shaun LeBron
Really exciting seeing the node repl becoming easier to use. (nice mies-generated readme too) I can see this being supported by cljsbuild as a default repl task, and the cljsbuild alias in the readme being used for "cljsbuild repl" without the need for the repl scripts in the project directory

Re: ANN: ClojureScript 1.9.14, clojure.spec port

2016-06-02 Thread Shaun LeBron
Great stuff, thanks! I'm not familiar, but is the `clojure.spec.gen` namespace going to be ported? On Wednesday, June 1, 2016 at 1:01:58 PM UTC-5, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > > README and source code: https://github.com/clojur

Re: ANN: ClojureScript 1.7.28 - Optional Self Hosting

2015-07-31 Thread Shaun LeBron
On Friday, July 31, 2015 at 12:52:23 PM UTC-5, David Nolen wrote: > ClojureScript, the Clojure compiler that emits JavaScript source code. > > > README and source code: https://github.com/clojure/clojurescript > > > Leiningen dependency information: > > >     [org.clojure/clojurescript "1.7.2