Hi, 
  I am looking for some feedback on my ClojureScript library 
cljs-binding<http://fluentsoftware.github.com/cljs-binding/>. 
If you haven't already seen it, it’s a library that aims to make it easier 
to bind html elements to ClojureScript functions. It allows jQuery 
functions to be called on elements with the results of ClojureScripts 
functions, and where those functions depend on atoms, the functions will 
automatically be called every time once of those atoms change.

It supports applying bindings to both on page load, and also dynamically, 
even integrating with crate to make it easier to manipulate the UI.

I have already had some great feedback on the library, and am currently 
looking at ways to make it easier to generate html elements with bindings 
client-side, and also ways to have shared state between clients, so any 
feedback and comments would be gratefully received.

-- 
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

Reply via email to