-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Labels
topic: interfaceInterfacing with other libraries or languagesInterfacing with other libraries or languages
Description
I have been both a Fortran and R user for a while. R's native interface with Fortran is not very straightforward to use. By straightforward, I mean compiling a Fortran function on the fly in the R environment. Meanwhile, Rcpp, R's improved interface with C++, makes it very straightforward to develop R packages with C++. However, R and C++ are very different languages.
On the other hand, R and Fortran are both numerical programming languages with 1-based indexing. Vectorization is always encouraged in R, which is consistent with the design philosophy of Fortran. I think if Fortran could have a better interface with R and its standard library could contain more stats and optimization functions, more users will use Fortran to write R packages.
epagone, ivan-pi, certik, sakamoti, rryley and 2 more
Metadata
Metadata
Assignees
Labels
topic: interfaceInterfacing with other libraries or languagesInterfacing with other libraries or languages