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.21 release of Ravi is now available.

This release is aligned with Lua 5.3.4. The main change in this
release is a migration to ORC JIT apis provided by LLVM 5.0. This
improves the memory management of JITed code. For more details please
see the release notes at:

https://github.com/dibyendumajumdar/ravi/releases/tag/0.21

This release has been tested against LLVM versions 3.7 and above. LLVM
versions 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