Hacker News new | ask | show | jobs
by tcc619 5693 days ago
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.
1 comments

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?