Happy Holidays and Merry Christmas,

Reagi 0.7.0 has been released, now with support for ClojureScript.

Reagi is an FRP library that introduces two new reference types: behaviors
and event streams. Behaviors model continuous change, and work a little
like delays, while events represent discrete changes, and work a little
like promises. More information is available on the project page:

  https://github.com/weavejester/reagi

It's my opinion that Reagi provides a very clean and idiomatic
implementation of FRP for Clojure. It's only dependency is core.async, so
it doesn't need to make the compromises that a wrapper of an existing Java
or Javascript library might need.

I've been using Reagi for Clojure for a while now, but the ClojureScript
code is still rather new, and may exhibit problems I haven't anticipated.

- James

-- 
-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to