An open API service indexing awesome lists of open source software.

https://github.com/program--/machina

Experimental R to LLVM compiler frontend
https://github.com/program--/machina

Last synced: 3 months ago
JSON representation

Experimental R to LLVM compiler frontend

Awesome Lists containing this project

README

          

# machina

An LLVM compiler front-end for the R programming language.

## Alternatives
- [nCompiler](https://github.com/nimble-dev/nCompiler) (R -> C++)
- [ast2ast](https://github.com/Konrad1991/ast2ast) (R -> C++)
- [odin](https://github.com/mrc-ide/odin) (R -> C)
- [r2c](https://github.com/brodieG/r2c) (R -> C)