Tools

rambo said

rambo  

So far finding Vala very nice language to work on, though there are some C-isms one definitely needs to be aware of.

3 comments

rambo 03.03.2010 (en)

3 comments

Bottom

rambo  

Like you better be checking the size of your array before trying to access potentially non-existing key (which would simply trigger IndexError on python) or you will get surprising results...

rambo commented on 03.03.2010 (en)

bergie  

Yes, Vala is by far one of the most promising aspects of modern GNOME platform. Haven't bought so much into gnome-shell and "Python everywhere" yet that the Canonical guys seem to be advocating

bergie commented on -, Brazil 03.03.2010 (en)

piotras  

@rambo Yes it is. For example private properties are, in fact, stored as new private structure, which require underlying alloc/free calls. It's not a big problem, but one must be aware of this anyway.

piotras commented on 04.03.2010 (en)

Login or register to leave a comment