Dibyendu Majumdar via llvm-dev
2015-Sep-06 10:21 UTC
[llvm-dev] Ravi 0.9 alpha release - a Lua 5.3 dialect with LLVM JIT compiler
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