Re: [fpc-devel] Closures via interfaces

2013-05-26 Thread Dimitri Smits
Paul, I think the OP meant the unit called 'rtti' in recent XE versions of Delphi. kind regards, Dimitri Smits - Oorspronkelijk e-mail - > Van: "Paul Ishenin" > Aan: "FPC developers' list" > Verzonden: Maandag 27 mei 2013 02:30:40 > Onderwerp: Re: [fpc-devel] Closures via interfaces >

Re: [fpc-devel] Closures via interfaces

2013-05-26 Thread Paul Ishenin
27.05.2013 5:52, Maciej Izak пишет: So I am waiting impatiently ^^. I think it's interesting time for FPC! To be completely happy, there is only one seriously lack - extended RTTI. :) RTTI has been extended recently: http://wiki.lazarus.freepascal.org/User_Changes_Trunk#RTTI_changes Please

Re: [fpc-devel] Closures via interfaces

2013-05-26 Thread Maciej Izak
> It's not yet available in trunk, just a work in progress. Though I DO hope > that it will be part of trunk once Vasiliy is finished :) > So I am waiting impatiently ^^. I think it's interesting time for FPC! To be completely happy, there is only one seriously lack - extended RTTI. :) Regards, H

Re: [fpc-devel] Closures via interfaces

2013-05-26 Thread Sven Barth
On 26.05.2013 21:16, Maciej Izak wrote: Cool! Now I can fully complete library Generics.Collections for FPC (especially Generics.Defaults) ;D ( https://code.google.com/p/fpc-generics-collections/ ). It's not yet available in trunk, just a work in progress. Though I DO hope that it will be part

Re: [fpc-devel] Closures via interfaces

2013-05-26 Thread Maciej Izak
Cool! Now I can fully complete library Generics.Collections for FPC (especially Generics.Defaults) ;D ( https://code.google.com/p/fpc-generics-collections/ ). FPC is getting stronger! Regards, HNB ___ fpc-devel maillist - fpc-devel@lists.freepascal.or

Re: [fpc-devel] Closures via interfaces

2013-05-26 Thread Sven Barth
On 26.05.2013 16:05, Sven Barth wrote: On 26.05.2013 12:12, Vasiliy Kevroletin wrote: Hi all, About 2 months ago there was a big discussion about closures(thread "Delphi anonymous methods"). After this discussion I started work on Delhi-like closures for fpc. I am far from finish and current im

Re: [fpc-devel] Closures via interfaces

2013-05-26 Thread Sven Barth
On 26.05.2013 12:12, Vasiliy Kevroletin wrote: Hi all, About 2 months ago there was a big discussion about closures(thread "Delphi anonymous methods"). After this discussion I started work on Delhi-like closures for fpc. I am far from finish and current implementation is not perfect. But I alrea

[fpc-devel] Closures via interfaces

2013-05-26 Thread Vasiliy Kevroletin
Hi all, About 2 months ago there was a big discussion about closures(thread "Delphi anonymous methods"). After this discussion I started work on Delhi-like closures for fpc. I am far from finish and current implementation is not perfect. But I already have positive results: it's possible to d