search for: transcompil

Displaying 5 results from an estimated 5 matches for "transcompil".

Did you mean: transcompile
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...
2019 Mar 05
1
Should CRAN accept packages with non-R code that transcompiles into R code?
On Tue, Mar 5, 2019 at 12:49 PM jan Vitek <vitekj at icloud.com> wrote: > Everything is possible. One can compile C++ into JavaScript. > > But why? > > I would like to support Java style syntax for class definitions. (Then it could transcompile into either S3 or S4). And possibly change some other things while I'm at it. Maybe, integers (rather than numerics) as defaults, and * for standard matrix multiplication (and ** for R style vectorized multiplication). [[alternative HTML version deleted]]
2019 Mar 04
0
Should CRAN accept packages with non-R code that transcompiles into R code?
Everything is possible. One can compile C++ into JavaScript. But why? > On Mar 4, 2019, at 6:28 PM, Abs Spurdle <spurdle.a at gmail.com> wrote: > > 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...
2019 Mar 04
0
Should CRAN accept packages with non-R code that transcompiles into R code?
...bmitting. And if you do that CRAN will hav eno problem accepting such a package provided it isn't disallowed in some other way. Best, ~G On Mon, Mar 4, 2019 at 3:28 PM Abs Spurdle <spurdle.a at gmail.com> wrote: > 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...
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