search for: transpiles

Displaying 4 results from an estimated 4 matches for "transpiles".

Did you mean: transpile
2018 Aug 27
2
Transpiler Question
I want to use LLVM as the main component in my compilation process. In doing so, I know I need to convert a high-level language to another language (python or a custom syntax.) The architecture I'm targeting is non-traditional hardware: microfluidic devices. Microfluidic devices are a specific class of reconfigurable computing; which don't necessarily adhere to a traditional
2019 Mar 05
1
Should CRAN accept packages with non-R code that transcompiles into R code?
On Tue, Mar 5, 2019 at 12:52 PM Gabriel Becker <gabembecker at gmail.com> wrote: > I have thought about and have (somewhere "up near the top" of my todo > list) prototyping a preprocessor for R, and I have relevant code that emits > (transpiles, in a way) structured comments into S4 code in > https://github.com/gmbecker/S4Coffee. > > All that said, until/unless the preprocessor is officially part of the R > CMD build step, what putting code like that on CRAN would look like is you > keep the raw code in /inst somewhere, and...
2019 Mar 04
4
Should CRAN accept packages with non-R code that transcompiles into R code?
It may be possible to create an R-like programming language that transcompiles into R code (or otherwise constructs R objects and calls R functions). I'm not sure whether it would pass R check or not, I will probably try... But the bigger question is: Should CRAN accept packages written in such a way? I could email Kurt Hornik or Uwe Ligges, and ask them. However, I thought that I would ask
2019 Mar 04
0
Should CRAN accept packages with non-R code that transcompiles into R code?
Abs (?), I have thought about and have (somewhere "up near the top" of my todo list) prototyping a preprocessor for R, and I have relevant code that emits (transpiles, in a way) structured comments into S4 code in https://github.com/gmbecker/S4Coffee. All that said, until/unless the preprocessor is officially part of the R CMD build step, what putting code like that on CRAN would look like is you keep the raw code in /inst somewhere, and you do the emitting of...