lua-users home
lua-l archive

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


Ravi (http://ravilang.org) is a derivative/dialect of Lua 5.3 with
limited optional static typing and an LLVM based JIT compiler.

I am pleased to announce that I have just uploaded the 0.9 alpha
release of Ravi. In this release the main new feature is the
availability of LLVM bindings that allow JIT compilation technology to
be easily accessed from Ravi.

For full details of the new release please visit:
https://github.com/dibyendumajumdar/ravi/releases/tag/0.9

For details of the LLVM bindings available in Ravi, please visit:
http://the-ravi-programming-language.readthedocs.org/en/latest/llvm-bindings.html

Thanks and Regards
Dibyendu