GNOME application development is increasingly being done in JavaScript -- a bit surprised that that was not mentioned. Gtk+/GNOME libraries are reasonably pleasant to use as long as they can be introspected properly.
XDC2012: Programming languages for X application development
Posted Oct 8, 2012 18:24 UTC (Mon) by jond (subscriber, #37669)
[Link]
…and regardless of what the programs are written in (C, Javascript, Vala, etc.); how common is it for people to write the UI code themselves anymore? GtkBuilder writes an interface file in XML, the libraries read it at run-time… and its not that new, glade did that for a while before that (but started with code generation, sure). I wonder how up-to-speed the speaker was on how things are actually done today.
XDC2012: Programming languages for X application development
Posted Oct 11, 2012 20:01 UTC (Thu) by HelloWorld (guest, #56129)
[Link]
> I wonder how up-to-speed the speaker was on how things are actually done today.
Not at all, I wrote down a few more indications here: http://lwn.net/Comments/519373/
It really makes me angry when people like him blather about stuff they don't understand at all and lead other people to believe things that aren't true.