Re: [Vala] vala-list.gnome.org
- From: Jürg Billeter <j bitron ch>
- To: Julian Andres Klode <jak jak-linux org>
- Cc: "vala-list gnome org" <vala-list gnome org>
- Subject: Re: [Vala] vala-list.gnome.org
- Date: Sun, 06 Dec 2009 18:29:21 +0100
On Wed, 2009-11-18 at 12:34 +0100, Julian Andres Klode wrote:
On Wed, Nov 18, 2009 at 10:04:20AM +0100, pancake wrote:
Something like this will be good to have in the language:
using Gee (ArrayList);
So if you useArrayList in the code. The compiler will get it from
Gee. Likethe from import syntax in python or the static import in
java.
or doing it the C# way of:
using ArrayList = Gee.ArrayList;
Which explains itself very well.
This is planned to be added to Vala as well.
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]