Hello,
Am 13.02.2014 um 15:24 schrieb Qiang Kou :
> It will be really wonderful if R can run on JVM.
thank you. :-)
There are actually two currently available execution models for FastR.
1. Run atop a stock JVM: the JVM will run FastR's Truffle-based AST interpreter
like a normal Java applicat
It will be really wonderful if R can run on JVM.
So you moved from github (https://github.com/allr/fastr) to BitBucket ?
On Wed, Feb 12, 2014 at 9:33 AM, Michael Haupt wrote:
> Dear all,
>
> at UseR! 2013, the FastR project was announced by Tomas Kalibera, Petr
> Maj, and Jan Vitek. FastR is an
Dear all,
at UseR! 2013, the FastR project was announced by Tomas Kalibera, Petr Maj, and
Jan Vitek. FastR is an implementation of the R programming language in Java
using AST interpretation and specialisation for improved performance. Since,
the implementation has been extended to support JIT