Re: [Vala] Vala wishlist

2016-03-30 Thread Ben
On Tue, 2016-01-12 at 21:54 +, Afonso wrote: > My thoughs about Vala > = > > I just started coding in Vala, and i found it's a quite fun language > to learn, very simillar to Java and C#. The integration with GLib and > GObject is simply amazing, and the possibilty to gener

Re: [Vala] Vala wishlist

2016-03-30 Thread yannick inizan
'to_string' hack exists : int number = 33; print (@"$number"); Gee.Traversable supports 'fold' and other few functions : http://valadoc.org/#!api=gee-0.8/Gee.Traversable 2016-01-12 22:54 GMT+01:00 Afonso : > My thoughs about Vala > = > > I just started coding in Vala, and i

[Vala] Vala wishlist

2016-03-30 Thread Afonso
My thoughs about Vala = I just started coding in Vala, and i found it's a quite fun language to learn, very simillar to Java and C#. The integration with GLib and GObject is simply amazing, and the possibilty to generate C code is also very pleasant. As `Vala` is still in a d