Re: [ClojureScript] Re: freactive and Javelin - similarities and differences?

2015-01-02 Thread Dave Sann
On Saturday, 3 January 2015 16:10:41 UTC+11, Aaron Craelius wrote: > Great! Any observations about the behavior compared to freactive's atom, rx, > etc? > > > > On Fri, Jan 2, 2015 at 10:36 PM, Dave Sann wrote: > On Saturday, 3 January 2015 09:23:39 UTC+11, Aaron Craelius  wrote: > > > On Th

Re: [ClojureScript] Re: freactive and Javelin - similarities and differences?

2015-01-02 Thread Aaron Craelius
Great! Any observations about the behavior compared to freactive's atom, rx, etc? On Fri, Jan 2, 2015 at 10:36 PM, Dave Sann wrote: > On Saturday, 3 January 2015 09:23:39 UTC+11, Aaron Craelius wrote: > > On Thursday, January 1, 2015 11:45:48 PM UTC-5, Dave Sann wrote: > > > On Friday, 2 Januar

[ClojureScript] Re: freactive and Javelin - similarities and differences?

2015-01-02 Thread Dave Sann
On Saturday, 3 January 2015 09:23:39 UTC+11, Aaron Craelius wrote: > On Thursday, January 1, 2015 11:45:48 PM UTC-5, Dave Sann wrote: > > On Friday, 2 January 2015 15:41:47 UTC+11, Dave Sann wrote: > > > Can anyone comment on the similarities/differences between the cells > > > concept in javeli

[ClojureScript] Re: ANN: ClojureScript 0.0-2644, enhanced REPLs

2015-01-02 Thread David Nolen
Forgot to add for maintainers of existing custom REPLs the following is essential reading: https://github.com/clojure/clojurescript/wiki/Custom-REPLs Most of the changes have been made towards *decreasing* the amount of custom logic REPLs need to implement. -setup really becomes a bootstrapping p

[ClojureScript] The Essence of ClojureScript Redux

2015-01-02 Thread David Nolen
I've posted a simple walkthrough of the new Node.js REPL: http://swannodette.github.io/2015/01/02/the-essence-of-clojurescript-redux/ I suspect people will be reaching for ClojureScript REPLs significantly more often than in the past :) David -- Note that posts from new members are moderated -

Re: [ClojureScript] ANN: ClojureScript 0.0-2644, enhanced REPLs

2015-01-02 Thread Mimmo Cosenza
may I borrow some energy from you? you’re awesome thanks, thanks. thanks so much! mimmo > On 03 Jan 2015, at 00:18, David Nolen wrote: > > ClojureScript, the Clojure compiler that emits JavaScript source code. > > README and source code: https://github.com/clojure/clojurescript > > New rele

[ClojureScript] How to integrate clojurescript macros into the build

2015-01-02 Thread Jonathon McKitrick
I cannot figure out how to do this. I have a few simple macros I'd like to use in the clojurescript side of my project, but I'm constantly gettings errors like these: Compiling ClojureScript. Compiling "resources/public/js/main.js" from ["src/cljs"]... WARNING: No such namespace: pts.macros at

[ClojureScript] ANN: ClojureScript 0.0-2644, enhanced REPLs

2015-01-02 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-2644 Leiningen dependency information: [org.clojure/clojurescript "0.0-2644"] This release is one of the most significant in a ve

Re: [ClojureScript] Re: ANN: Om 0.8.0-rc1

2015-01-02 Thread David Nolen
Logan, There's isn't a write up. Would be great for someone to summarize and to put it up on the ClojureScript wiki. Another thing to consider is that this is probably a decent way to manage JS dependencies. With some thought we could probably eliminate :preamble for foreign JS libraries. With th

[ClojureScript] Re: freactive and Javelin - similarities and differences?

2015-01-02 Thread Aaron Craelius
On Thursday, January 1, 2015 11:45:48 PM UTC-5, Dave Sann wrote: > On Friday, 2 January 2015 15:41:47 UTC+11, Dave Sann wrote: > > Can anyone comment on the similarities/differences between the cells > > concept in javelin and the rx idea in freactive? > > for reference: > > https://github.com/

Re: [ClojureScript] Re: ANN: Om 0.8.0-rc1

2015-01-02 Thread Logan Linn
On Friday, January 2, 2015 10:27:52 AM UTC-8, David Nolen wrote: > Right the deps.clj pattern is now supported, I'll update the README. > Thanks for pointing this out. > > On Thu, Jan 1, 2015 at 7:56 AM, Kristofer Svärd > wrote: > > Den onsdagen den 31:e december 2014 kl. 21:22:41 UTC+1 skrev Dav

Re: [ClojureScript] Re: ANN: Om 0.8.0-rc1

2015-01-02 Thread David Nolen
Right the deps.clj pattern is now supported, I'll update the README. Thanks for pointing this out. On Thu, Jan 1, 2015 at 7:56 AM, Kristofer Svärd wrote: > Den onsdagen den 31:e december 2014 kl. 21:22:41 UTC+1 skrev David Nolen: >> I just cut Om 0.8.0-rc1. The only change from prior betas/alphas

[ClojureScript] Re: ANN: Om 0.8.0-rc1

2015-01-02 Thread Kristofer Svärd
Do I still need to specify an externs file when compiling with advanced optimization? I found that from Om 0.8.0-beta4 specifying both :optimizations :advanced and :externs ["react/externs/react.js"] gives a compilation error ERROR: JSC_DUPLICATE_EXTERN_INPUT. Duplicate extern input: file:/home

[ClojureScript] Re: ANN: Om 0.8.0-rc1

2015-01-02 Thread Kristofer Svärd
Den onsdagen den 31:e december 2014 kl. 21:22:41 UTC+1 skrev David Nolen: > I just cut Om 0.8.0-rc1. The only change from prior betas/alphas is > more bug fixes. > > https://github.com/swannodette/om > > Feedback welcome! > David Hi Do I still need to specify an externs file when compiling with

[ClojureScript] Re: Finding ClojureScript Libraries

2015-01-02 Thread Francesco Bellomi
Hi, FWIW I just put on a Clojurescript-specific subsite of CrossClj [1], that lists and searches both cljs tools and projects (published on clojars/github) with at least a .cljs source file (that includes projects developed with cljx) http://crossclj.info/cljs The auto-completing search field

[ClojureScript] Re: ANN: cljs-time 0.3.0

2015-01-02 Thread Andrew Mcveigh
Thanks! One thing moment.js has over cljs-time at the moment is (optional) proper timezone support (http://momentjs.com/timezone/). Hopefully I can match that soon. On Friday, 2 January 2015 14:39:35 UTC+1, Max Gonzih wrote: > That is super cool! I'm using moment.js currently with clojurescri

[ClojureScript] Re: ANN: cljs-time 0.3.0

2015-01-02 Thread Max Gonzih
That is super cool! I'm using moment.js currently with clojurescript. Works surprisingly well. Hopefully one day I will migrate to your nice library :) On Thursday, January 1, 2015 4:32:26 PM UTC+1, Andrew Mcveigh wrote: > cljs-time, a ClojureScript imitation of the clj-time library. > > Cljs-ti