Re: OT complied language most like Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: OT complied language most like Lua?
- From: Michal Kolodziejczyk <miko@...>
- Date: 2010年5月24日 09:51:36 +0200
On 24.05.2010 04:16, Patrick wrote:
> I can program in a few dynamic languages but the only compiled one I
> know is C.
>
> C is perfect in several ways, it can run on "bare metal", it's small and
> fast but I can't transfer several useful concepts from Lua back to C.
> Simple code like this seems problematic to me in C:
> SomeTable= {Lua = "fun", a = 1, b = 2, c = 1 + 2}
>
> Is there another complied language that is similar to Lua?
You may like vala/genie:
http://live.gnome.org/Vala
http://live.gnome.org/Genie
You can even mix them easily with lua:
http://live.gnome.org/Vala/LuaSample
Regards,
miko