Comment on Ask HN Hackers: What's R's future?parentComments−tcc61915yRserve is an tcp/ip interface to R so you can send R code from any other language. I have used the rserve-ruby interface to some success.−inthewoods15yI didn't see a ruby interface - where is it? Also, this doesn't deal with the issue of speed - can R scale to handle, say 100 simultaneous connections?
Comments
Rserve is an tcp/ip interface to R so you can send R code from any other language. I have used the rserve-ruby interface to some success.
I didn't see a ruby interface - where is it? Also, this doesn't deal with the issue of speed - can R scale to handle, say 100 simultaneous connections?