Skip to content
Prev 3409 / 10988 Next

[Rcpp-devel] rcpp as a compiler to create stand-alone applications

On Mon, Feb 6, 2012 at 2:29 PM, Douglas Bates <bates at stat.wisc.edu> wrote:
I think (I've been wrong before) what they would both like is actually
closer to what MATLAB's compiler does:

http://www.mathworks.com/products/compiler/

You can (supposedly -- I've never done it (or seen it work (I'm not
saying it doesn't work (anybody else love lisp?))) compile your matlab
file along with a "matlab runtime" that allows you to package up a
self-contained (looking) application.

It's a cool idea, but ...

-steve