[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Vala and Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 16 Jul 2009 13:40:35 +0200
http://live.gnome.org/Vala/LuaSample
Very cute concept: a modern object-orientated language without bloat
or runtime necessary (although to be fair GLib/Gnome is the runtime
for Vala)
And it interfaces very nicely with C interfaces, such as Lua. You can
look at the generated C, and it's just what you would type anyway.
steve d.