Oh. And just as a quick other question, do global bindings affect threads which are started in the same ns? Like (binding [*global* 2] (with-thread (print *global*) ;;prints 2??? ))
On Sep 17, 11:33 am, Gorsal <s...@tewebs.com> wrote: > Basically i need to redefine the meaning of a special form. While i am > willing to change the name for things like ns to defpackage, i am not > willing to change the name of forms like apply and defn to achieve my > goals. Instead, i would like to redefine them for my own needs. Of > course, i will be using the actual special form but will refer to it > instead by its full name. So... Is there any way or hack that i can > redefine a special form like defn as my own macro/function? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---