[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Ravi (a Lua 5.3 dialect) with LLVM JIT Compilation technology - Alpha Release 0.19
- From: Dibyendu Majumdar <mobile@...>
- Date: Mon, 30 Jan 2017 22:01:11 +0000
Ravi (http://ravilang.org) is a dialect of Lua 5.3 with LLVM based JIT
compiler and limited optional static typing.
I am pleased to announce that the alpha 0.19 release of Ravi is now
available.
This release is aligned with Lua 5.3.4 and is a bug fix release. For
more details please see the release notes at:
https://github.com/dibyendumajumdar/ravi/releases/tag/0.19
Ravi has been tested against LLVM 3.9, 3.8 and 3.7. LLVM versions 3.6 and
3.5 should still work but have not been tested.
For full details and previous release history please visit:
https://github.com/dibyendumajumdar/ravi/releases
Regards