According to Maurice Lombardi:
I found only one annoying problem: the inexistence of prefixing of identifiers (e.g. unit1.proc1) to avoid name conflicts.
This is called "qualified identifiers", and it is planned to be implemented soon (together with Extended Pascal's `qualified' Module import and overloading of Procedures/Functions).
It also allows to redefine locally names of procedure to extend some properties
To work around: With GNU Pascal, you can have the source code of everything. It is no problem to rename the routines of Sven's "original" Graph Unit to something like "Graph_InitGraph" (thus emulating the dot by using an underscore) - or to build that additional functionality directly into the Unit you want to improve.
Sounds great! How about adding this to the GNU Pascal "contrib" directory? I am sure there are many people (including myself) who would greatly appreciate such a "PostScript Graph Unit".
I hope that I can finish this in 1997.
Thank you! :-) I am doing my best, and so do many people in this list. If you want to join our attempts - for example by contributing useful libraries -, be welcome!
Yours,
Peter
Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [970201] maintainer GNU Pascal [970401] - http://home.pages.de/~gnu-pascal/ [970125]