> 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
>
> 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
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
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.
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
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’
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
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,
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