this new release follows the huge changes coming along with GLib and GTK+ latest releases:
- Initial support for GDBus-based clients and servers.
- Support implicit and explicit GVariant casts.
- Add support for [Deprecated] attribute.
- Add GenericArray as alternative binding to GPtrArray.
- Add gdk-pixbuf-3.0, gdk-3.0, gdk-x11-3.0, and gtk+-3.0 bindings.
- Updates to the GLib bindings.
- Many bug fixes.
Any plans to add operator overloading before 1.0? Vala is a very nice language and I'd hate to see it repeat such a silly Java mistake.
ReplyDeleteDude operator overloading is a good concept, if people don't like, they shouldn't use it... I would use it for vector classes and math stuff, because it's easier (and more readable) to say Vector a; Vector b; Vector c = a + b;
ReplyDelete