Ken Rose wrote:
> Ah, heck. Let's start now. What are the points of incompatibility
> between PM3 and CM3, and how should they be resolved? What should be
> added to the language? What should be taken away?
Another thing I'd like to have in Modula-3 are multi-level namespaces
for modules, just like in Java. This would avoid conflicts between
programs or libraries that define modules of the same, generic name like
"Interval", which hit me once when I implemented a module for closed
interval arithmetics on integers.
Roland


|