Seems to work fine in my tests as long as I fully qualify it in the fn
macro that uses it.  What am I missing?

If someone :uses or :refer-alls the ns, I'm assuming bad thing would
happen, but I'm not worried about that.

Dave


On Thu, Aug 29, 2013 at 12:15 PM, Cedric Greevey <cgree...@gmail.com> wrote:

> On Thu, Aug 29, 2013 at 2:00 PM, Dave Ray <dave...@gmail.com> wrote:
>
>>  In the Clojure case, this will consist of a namespace, probably
>> rx.lang.clojure, with the following helpers:
>>
>>   (defn fn* [f])   Takes a function f, and wraps it in an object that
>> implements all the various Rx FuncX interfaces
>>
>
> Erm, there's already a Clojure special form with the name fn*, so you'll
> need to change this one to something else I expect.
>
>  --
> --
> 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.
>

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