Hi all, do you know if an R program is compiled to machine language when executed? And also is there any way to disassemble an R code/program: to see how it is generating the machine instructions for the processor? Thanks -- View this message in context: http://www.nabble.com/R-code-compiled%2C-assembled-or-interpreted--tp22079905p22079905.html Sent from the R help mailing list archive at Nabble.com.
francogrex wrote:> Hi all, do you know if an R programIf R program means pure R code, than now, R is an interpreted language. For more information on the interpreter, you might want to start reading the manual "R Internals". Uwe Ligges> is compiled to machine language when > executed? And also is there any way to disassemble an R code/program: to see > how it is generating the machine instructions for the processor? Thanks