[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Ravi - a Lua dialect with JIT/AOT compilation support
- From: Dibyendu Majumdar <mobile@...>
- Date: Fri, 30 Jul 2021 19:27:25 +0100
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-7 release of Ravi is now available.
The main highlights of this release are:
* Bug fixes
* Improvements to type checking
* MIR JIT backend updated to latest upstream version
* Preview release of new compiler framework for JIT/AOT compilation
(https://the-ravi-programming-language.readthedocs.io/en/latest/ravi-compiler.html)
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
Binary release for Windows can be obtained from:
https://github.com/dibyendumajumdar/Suravi/releases/tag/1.0-Beta7
All feedback welcome!
Thanks and Regards
Dibyendu