It's basically to FOSS answer to C#, it ties in with glib natively (but of course you can work around it), and compiles to c.BlackBulletIV wrote:Wow, a lot of interesting languages here (some I've never heard of, like Vala) and a lot of posts, lol.
http://live.gnome.org/Vala
Actually I think that makes it less readable, because it's text, it's a wall of text really, and symbols like {} stand out. It doesn't really bother me though.BlackBulletIV wrote: Is that because there's no forced indentation in Lua? For myself I find the programs a more readable in Lua, mainly because of the "end" keyword.
Well, c-style ternary: replace "?" by "and" and ":" by "or", again no symbols .BlackBulletIV wrote: Can I ask a question about Lua. How does everyone else feel about that lack of bitwise operators, compound operators (this one is driving me nuts), and proper ternary statements (yes I know you can do some tricky stuff "and" and "or", but seriously, that's not great to read).
Bitwise, meh, don't really need it that often, and it's coming in 5.2.
Compound operators, I got used to it, those would be nice though.