I checked the samples and some parts of the code.
Nice work. :-)Regarding language support, it seems to remain a good amount of work to be done yet.
I'm counting the language features that will be necessary:
- Object serialization
- Anonymous types
- _expression_ and type introspection
- Type aliasing...
- Syntax changes
What level of support you are planning?
It would be well received by upstream developers?
I'm planning a new architecture for ouro next applications and considering vala. But the type safety and language support are the strengths of linq we really appreciate.
I'm planning to help someway, but I have a long way yet to be produtive.
Regards
Juarez
Em 03/12/2013 16:35, "Daniel Espinosa" <esodan gmail com> escreveu:You can see a preview of my work on current stable libgda.
I've finished interfaces and implementations under GdaData name space.
I've added some documentation just use --enable-vala-extensions --gtk-doc (some other switches are required) to see it installed.
Missed Selectable interface or implementation.
I would like to add syntax support on Vala compiler in order to have LINQ like one.
For now is very easy to access to data using GdaData objects, see unit tests for more examples.
El dic 3, 2013 10:03 a.m., "Juarez Rudsatz" <juarezr gmail com> escribió:What's missing yet? How is the work for getting basic support ?I see that you have made good progress regarding this support.Hi,I found that you have been working in a possible implementation of LINQ in vala [1].
I want to know what is the current status.