lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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