[Rd] R - Haskell

2010-12-11 Thread Jason E. Aten
I'd like to develop, if there is not one already, an interface between R code and Haskell code, to allow R code to call Haskell (compiled) code, and vice-versa. But in the interest of not reinventing the wheel, does anyone on this list know of existing bindings for Haskell code? There is support

Re: [Rd] R - Haskell

2010-12-11 Thread Gabor Grothendieck
On Sat, Dec 11, 2010 at 9:04 PM, Jason E. Aten j.e.a...@gmail.com wrote: I'd like to develop, if there is not one already, an interface between R code and Haskell code, to allow R code to call Haskell (compiled) code, and vice-versa.  But in the interest of not reinventing the wheel, does

Re: [Rd] R - Haskell

2010-12-11 Thread Jason E. Aten
Thank you Gabor. Yes, I've looked at the Ocaml-R bindings. They are in fact where I got the notion that the integration of two garbage collection systems can be tricky. Guillaume Yziquel, the author of the Ocaml-R bindings wrote to me that: As for speed, currently, there's a very inefficient