| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Ravi (a Lua dialect) 1.0 Beta-8 Release with JIT_AOT compilation support source code.tar.gz | 2022-01-30 | 3.2 MB | |
| Ravi (a Lua dialect) 1.0 Beta-8 Release with JIT_AOT compilation support source code.zip | 2022-01-30 | 3.7 MB | |
| README.md | 2022-01-30 | 896 Bytes | |
| Totals: 3 Items | 6.9 MB | 0 | |
Ravi (http://ravilang.org) is a dialect of Lua with a JIT backend and limited optional static typing. I am pleased to announce that the 1.0 Beta-8 release of Ravi is now available.
The main highlights of this release are:
- Bug fixes
- Preview release of new compiler framework for JIT/AOT compilation (https://the-ravi-programming-language.readthedocs.io/en/latest/ravi-compiler.html)
- A new experimental feature of the new compiler framework is to allow embedding snippets of C code. For details see https://github.com/dibyendumajumdar/ravi-compiler/wiki/Embedding-C. This is an early alpha quality feature.
For general information regarding Ravi please visit: * https://github.com/dibyendumajumdar/ravi
A distribution of Ravi with a small set of libraries is available at:
https://github.com/dibyendumajumdar/Suravi
All feedback welcome!
Thanks and Regards Dibyendu