Tracking issue for the two unimplemented language backends.
Matlab is the closer of the two: loadlibrary consumes the .h header that CTarget already generates, so a Matlab backend is largely a thin .m façade generator — and would itself exercise the façade machinery (#13).
R (via .Call / Rcpp) is more involved.
Tracking issue for the two unimplemented language backends.
Matlab is the closer of the two:
loadlibraryconsumes the.hheader thatCTargetalready generates, so a Matlab backend is largely a thin.mfaçade generator — and would itself exercise the façade machinery (#13).R (via
.Call/ Rcpp) is more involved.