Regarding UCS being so slow, I also think that canonical devs are sacrificing performance for just a little more ease of use

. I strongly believe that Python is not for desktop, it's one of the best on web though!
Python apps are just slow and heavy-weight like hell. It kills me when I see canonical promotes python like shit. Don't get me wrong, I like ubuntu, use it and still believe it's the best linux distro out there. I hope that one day canonical devs look at folks at "elementary-os" camp and realize how awesome is to use Vala language to build desktop apps.
Below are a few Vala features:
Easy to use and learn.
Fast(It compiles to C/GObject which then compiles to native binary) the speed is close the C/C++ produced binary.
Is light-weight.
Has modern interface.
Has 0 day support for all GLib based libraries like Gtk, Clutter, GDBus, etc
Also has good support for many other non GLib/GObject based libs like SDL, Zlib, etc
I hope for the next ubuntu app showdown we see Vala gets more love from ubuntu folks.
