Marc Weustink wrote:
Micha Nelissen wrote:

Marc Weustink wrote:

  case TypeInfo(Data) of
    StringType: Show(Data);
    IntegerType: Show(Data);
  end;

The whole idea of Generics is to avoid this :-)

I mean generated by the compiler, not by the "user"

I understand, but I would be rather disappointed if it were implemented like this. One might as well write a script rather than integrate it into the compiler; the thing the compiler could add is generate efficient *and* compact *and* typesafe code.

Micha

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to