On Friday 18 January 2008 11:48, Michael Fuchs wrote:
> Bee schrieb:
> > Why cant FPC use unit that has (some) dot(s) within the file name?
> > Can FPC support it in the next release (2.2.2)?
>
> I think more interesting are dots in unit name for making better
> namespaces.

Actually, I'm thinking "child units".

"Namespaces" don't even have the appropriate scoping rules. The Java 
language's package is a perfect example for that: No matter where you 
put the class, it only sees it's own package. There they missed a 
perfect opportunity to enforce scoping rules with the compiler instead 
of letting the programmer decide it all over again just like they did 
back in the 70s, where all programs were written in FORTRAN and never 
crossed the 1023 lines of code boundary. ;)


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

Reply via email to