Np!
Alan
On Mon, Apr 22, 2013 at 7:41 AM, Hank wrote:
> Hi Alan,
>
> Only saw your answer now, somehow Google groups didn't notify me. Thanks
> for clarifying.
>
> -- hank
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to th
Hi Alan,
Only saw your answer now, somehow Google groups didn't notify me. Thanks
for clarifying.
-- hank
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new mem
Hank, I did my best to answer your questions and respond to your thoughts
as I understand them, below. Thanks in advance for interpreting my
suppositions and word choices liberally, as the words and ideas in this
area of computing are notoriously overloaded.
I'm looking forward to viewing you
Hi Alan,
I'm looking forward to viewing your Clojure/West talk as soon as it comes
out on video. In the meantime, I don't think javelin qualifies as
"functional reactive". It is just "reactive". State like this:
https://github.com/tailrecursion/javelin/blob/master/src/cljs/tailrecursion/javelin
For those interested in comparing Javelin with other ClojureScript
approaches to building rich applications on the clientside, there are
several implementations of the infamous todo list applications here:
https://github.com/lynaghk/todoFRP/tree/master/todo
And, of course, if you're missing
I think Alan provided more than enough info in his announcement. FRP
(Functional Reactive Programming) is a pretty well-known acronym 'round these
parts, and the links he provides go a long way toward giving context to FRP
beginners.
In any event, I'm going to go ahead and assume TLA refers to
On Feb 20, 2013, at 1:33 AM, Alan Dipert wrote:
>> We recently released a ClojureScript library for FRP ...
On Feb 20, 2013, at 17:02, Devin Walters wrote:
> Surprised this hasn't gotten more attention. Well done.
> Looking forward to using this on future projects.
Indeed. I'm a big fan of FRP
Surprised this hasn't gotten more attention. Well done. Looking forward to
using this on future projects.
'(Devin Walters)
On Feb 20, 2013, at 1:33 AM, Alan Dipert wrote:
> Hi all,
> We recently released a ClojureScript library for FRP called Javelin. Links
> of interest:
>
> * Release ann
Hi all,
We recently released a ClojureScript library for FRP called Javelin. Links
of interest:
* Release announcement:
http://tailrecursion.com/blog/2013/02/15/introducing-javelin-an-frp-library-for-clojurescript/
* Demos (more on the way): http://tailrecursion.com/~alan/javelin-demos/
* GitH