Hacker News new | ask | show | jobs
by sciencerobot 3254 days ago
One of the point's is that you can use R's functions in a LISP-like language.
2 comments

In that case, why not just embed an R interpreter inside Lisp? I've published a slightly modified fork of RInside that lets you embed R inside anything with a C FFI[1]. Tested only on Linux.

[1] https://bitbucket.org/bachmeil/rinsidec

Call an R session directly from a Lisp repl then.