[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.20
- From: Dibyendu Majumdar <mobile@...>
- Date: Thu, 21 Sep 2017 21:09:05 +0100
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.20 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.20
This release has been tested against 4.0 and 5.0. LLVM 3.9, 3.8, 3.7, 3.6 and
3.5 should also work but have not been tested.
For full details and previous release history please visit:
https://github.com/dibyendumajumdar/ravi/releases
Regards