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
(: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
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
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
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
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
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
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