Re: [Rd] Summer of Code, LLVM, parallelization and R

2009-03-16 Thread Gabor Grothendieck
In addition to the work Luke is doing there is Ra: http://www.milbo.users.sonic.net/ra On Sun, Mar 15, 2009 at 11:25 AM, Florian Gross wrote: > Hi everybody, > > I'm currently working towards my Master's degree as a student of Computer > Science at the University of Saarbrücken and highly intere

Re: [Rd] Summer of Code, LLVM, parallelization and R

2009-03-16 Thread luke
There is ongoing work on developing a byte code compiler for R. A preliminary implementation is available and the corresponding byte code engine is part of the R distribution. The initial engine has been a useful proof of concept but is in the process of being rewritten from scratch, in part wit