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
'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
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
Hi everyone,
I'm running into problems where methods have multi-dimensional arrays as
inputs or return types. The c code and the header files seem to be
generated without any problems, but the gir file will list the wrong number
of dimensions. I filed a bug: vala-list@gnome.org
I've also looked
> Am 30.03.2016 um 18:58 schrieb Guillaume Poirier-Morency
> :
>
> I think it would be worth for Vala to support asynchronous delegates
> and since I'll have some time this summer, I might as well work on that
> feature.
Awesome! I have been missing them since December 2009 – see
https://bugzill
I think it would be worth for Vala to support asynchronous delegates
and since I'll have some time this summer, I might as well work on that
feature.
I described the syntax in the following post:
http://arteymix.github.io/2016/03/30/async-delegates.html
I'm looking for suggestions and/or an