lua-users home
lua-l archive

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


> I don't believe there is *any* other interpreted language that supports that
> sort of thing!

Well sorry for the plug, but Neko (http://nekovm.org) provides that as
well, with the difference that you can easily create executable from a
compiled Neko script.

And if you don't want to stick to the "low-level" dynamicly typed
language, you can use haXe (http://haxe.org) that has a complete OO type
system and which targets Neko.

Nicolas