[fpc-devel] Language extension: absolute for classes

2006-09-30 Thread Micha Nelissen
Hi, I want to bring up the following scenario: (need fixed font) B -- G | | A -- F All are classes, and usually A 'owns' F. So A has a field 'Field' of type F. Now, whenever A creates F, B overrides this (in virtual method or class type) to create a G. The problem now is

Re: [fpc-devel] Shootout

2006-09-30 Thread Daniël Mantione
Op Sat, 30 Sep 2006, schreef Marc Weustink: Daniël Mantione wrote: Hi, Encouraged by Vincent I made an attempt to implement the Chameneos benchmark of the Shootout. ??? Last week I submitted chamenos to shootout and it got accepted. Argh, then we have been double work :) It's

Re: [fpc-devel] Language extension: absolute for classes

2006-09-30 Thread Christian Iversen
On Saturday 30 September 2006 12:23, Marco van de Voort wrote: I realize that this is only a 'saving-typing' language extension, but it does save significant amounts of typing and would make the code more readable (IMHO). You can achieve the same with generics ? Specialize a class with