After discovering a need for currying functions with partial evaluation 
(and having to do it by hand) in a clojurescript project, and deciding that 
a macro version might be feasible, I decided to give it a try. The result 
is here <https://github.com/fredericksgary/currj>, and seems to work at 
least on basic tests. Still unsupported are fn* and loop* sub-expressions, 
and there may be a few other relevant special forms. I also haven't yet 
looked into what it takes to support clojurescript. Comments and patches 
welcome.

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