Re: [ClojureScript] Re: Om or quiescent ?

2014-11-30 Thread Nikita Dudnik
> Here's another elm library https://github.com/ericnormand/elm-frp I’ve seen it but I’m pretty sure it’s just a proof of concept for Eric Normand’s blog post: http://www.lispcast.com/elm-frp-clojure-core-async > Hopefully i'll get to use one of these with om soon, could make reasoning > with mul

Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-30 Thread Colin Fleming
> > Closure is not an advantage in many desirable JS environments: > Node.js, node-webkit, Atom shell, iOS, etc. > I assume you're talking about the Closure library here, not the compiler? Surely the compiler would be advantageous in all environments? I'd have thought that aspects of the library w

[ClojureScript] Re: Good repl dev workflow for developing a library?

2014-11-30 Thread Dylan Butman
checkouts is definitely the way to do. symlink the directory of your library to application/checkouts/library you can then cljsbuild auto the library and changes will be automatically picked up by the application I don't have a minimal test case in front of me, so I'm not sure if cljsbuild a

[ClojureScript] ANN: Om 0.8.0-beta1, improved multimethod support

2014-11-30 Thread David Nolen
The only change between this release and the previous 0.8.0 alphas is improved support for multimethods as component constructor functions. Previously if methods returned different reify instances mount/unmount life-cycle methods would not be invoked as expected. Feedback welcome! https://github.

Re: [ClojureScript] Re: Turning off optimization to speed compilation during development

2014-11-30 Thread David Nolen
On Sat, Nov 29, 2014 at 7:48 PM, Andrew Rosa wrote: >> To me, a crucial step for CLJS is to have a compiler that is liberated from >> Java. I've looked and it seems a number have tried to make it happen, but >> without official support each attempt seems to have withered. It is not "crucial" f

Re: [ClojureScript] [ANN] cljs-start 1.0.4

2014-11-30 Thread Mimmo Cosenza
Hi Andrew, at the moment I’m really busy and have no time to extend cljs-start. Moreover I still have to work on modern-cljs to align it to the latest cljs libs/lein plugin. This is because I feel a kind of responsibility for those series of tutorials…. But be sure that in a couple of months I’

[ClojureScript] Re: Om or quiescent ?

2014-11-30 Thread whodidthis
On Sunday, November 30, 2014 6:42:52 AM UTC+2, James MacAulay wrote: > On Saturday, 29 November 2014 08:44:42 UTC-5, Nikita Dudnik wrote: > > I don't think FRP and virtual-dom based frameworks are mutually exclusive > > approaches to building front-ends. React (or any stand-alone implementation

Re: [ClojureScript] Re: Om or quiescent ?

2014-11-30 Thread Nikita Dudnik
No worries, it was clear enough. I appreciate the info on CSP drawbacks ‘cause I have more experience with FRP (client-side JS, bacon.js implementation). I’ll take a closer look at your project. Seems both relevant and interesting. — Nikita Dudnik http://nikdudnik.com On Sunday, November 30,

[ClojureScript] Re: Mobile Apps with Clojurescript

2014-11-30 Thread Marcus Magnusson
Thanks a bunch Colin, those are some solid advice! I did go through the Head First book the other year, and would second that recommendation, though maybe I'd better go through it again... :) Den onsdagen den 26:e november 2014 kl. 09:54:18 UTC+1 skrev Colin Yates: > I don't have any experien