lua-users home
lua-l archive

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


> On 4.4.2015, at 2.20, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
> 
> Hi,
> 
> I just created a release bundle of Ravi for Windows 64-bit only. The
> release is available here:
> 
> https://github.com/dibyendumajumdar/ravi/releases
> 
> Regards
> 
> Dibyendu
> 

Interesting project!

Are you aware of Terra? It's a Lua descendant with static typing, pointers, FFI, very nice metaprogramming features and JIT compilation using LLVM. Maybe worth to peek how it's done.

http://terralang.org

Petri