[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: When to use Lua
- From: Nicolas Cannasse <ncannasse@...>
- Date: Wed, 27 Sep 2006 18:40:52 +0200
> 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