Versions

Description

Ravi is an experimental derivative/dialect of `Lua <http://www.lua.org>`_. Ravi is a Sanskrit word that means the Sun. Lua is perfect as a small embeddable dynamic language. So why a derivative? The reason is primarily to extend Lua with optional static typing for greater performance. However, at the same time maintain full compatibility with standard Lua. There are other attempts to add static typing to Lua (e.g. Typed Lua) but these efforts are mostly about adding static type checks in the language while leaving the VM unmodified. So the static typing is to aid programming in the large - the code is eventually translated to standard Lua and executed in the unmodified Lua VM. My motivation is somewhat different - I want to enhance the VM to support more efficient operations when types are known.

Repository

https://github.com/dibyendumajumdar/ravi.git

Project Slug

the-ravi-programming-language

Last Built

8 months, 3 weeks ago failed

Maintainers

Home Page

https://github.com/dibyendumajumdar/ravi

Badge

Tags

eclipse-omr, jit, llvm, lua, omr, programming-language

Short URLs

the-ravi-programming-language.readthedocs.io
the-ravi-programming-language.rtfd.io

Default Version

latest

'latest' Version

master