2008/6/21 Кутейников Дмитрий <[EMAIL PROTECTED]>:
> Vala is a good language, but it pushes you to use object oriented
> programming.
> I would like to have a chance to define something like C procedures, without
> any
> classes. Is it possible?

Something like this is a perfectly valid Vala program:

using GLib;

int main(string[] args) {
    return 0;
}

-- 
Arnold Schwarzenegger  - "I have a love interest in every one of my
films - a gun."
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to