Open Ironholds opened 7 years ago
I'm not sure how possible the DSL would be since it's compile-time rather than runtime compiled. Unless your plan is to write it out to a cpp file in tmp?
hadn't thought about it, thanks for pointing it out.
If we write to tmp how could we then use that cpp in tmp
Write it to tmp, use Rcpp::sourceCpp to load the file into a namespace, boom!
awesome, thx
I'm not sure how possible the DSL would be since it's compile-time rather than runtime compiled. Unless your plan is to write it out to a cpp file in tmp?