Re: Rxjava + Clojure Users

2013-08-29 Thread Dave Ray
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 wrote: > On Thu, Au

Re: Rxjava + Clojure Users

2013-08-29 Thread Cedric Greevey
On Thu, Aug 29, 2013 at 2:00 PM, Dave Ray 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, the

Re: Rxjava + Clojure Users

2013-08-29 Thread Dave Ray
Hi, Thanks for your feedback on your RxJava usage. I'm glad to hear that neither of you feel too strongly about direct IFn support because... In an effort to simplify the implementation and improve the RxJava experience for all JVM-based languages, we'll be dropping direct IFn support (and Groovy

Re: Rxjava + Clojure Users

2013-08-28 Thread Joseph Wilk
On Tuesday, August 27, 2013 6:03:29 PM UTC+2, daveray wrote: > Hi. > > I'm writing to see if there's anyone out there using RxJava [1] from > Clojure and to get their opinion on it's current, built-in support for > non-Java languages. > > Just to recap, the current implementation knows about cl

Re: Rxjava + Clojure Users

2013-08-27 Thread Ben Mabey
On 8/27/13 10:03 AM, Dave Ray wrote: Hi. I'm writing to see if there's anyone out there using RxJava [1] from Clojure and to get their opinion on it's current, built-in support for non-Java languages. Just to recap, the current implementation knows about clojure.lang.IFn allowing functions