Why Most Of The Latest Gnome Applications Specifically Written In Vala ?
As far as I know, Vala code on execution generates C code which is then compiled by GCC & all this happens without affecting the execution time & speed of the application.
My main question is : If Vala, in the end generates C code only which is compiled by GCC; then what is the need of writing applications in Vala & not C ?
Gnome is not there to fool around, right ?
What is the technical reason behind it ? Why Vala in Gnome applications & not pure C ?