currying and partial evaluation

2012-08-13 Thread Michael Jaaka
nice, thanks a lot -- 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,

currying and partial evaluation

2012-08-10 Thread gfredericks
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