On Feb 19, 11:48 am, dirk-we...@[EMAIL PROTECTED]
(Dirk Weber) wrote:
> Am Montag, dem 19.02.07, schrieb e...@[EMAIL PROTECTED]
in
1171892777.755299.319...@[EMAIL PROTECTED]
>
> > One thing I like about Freepascal is their internal "name
> > mangling."
>
> What Do mean with this?
>
> Greetings from Arft,
>
> Dirk Weber
>
> --
> Interesse an einer linken Mailingliste?
> Interested in a left wing mailing list?
> dirk-we...@[EMAIL PROTECTED]
the compiler goes over your program text, it attaches its own
prefixes to identifiers. This allows records, objects, units,
procedures, and other large program structures to use the same names
without conflict and remain organized during compilation. This goes on
behind the scenes.
IMHO it is what makes Object Pascal stand out. C does not have this.
For linux, you can interface the C libraries and build greatly
enhanced structures.
This is described in various docs.
You can't go wrong with either pascal. But you must enjoy it. I am
grateful to the pascal community, and the linux community. You, being
an experienced old guy, must appreciate such a quality choice for
free. Good luck to your son. It is better today than yesteryear.


|