From: Dave B. <da...@ta...> - 2001-09-20 22:24:16
|
Here's another question, which you may find more relevant. What limitations do each existing system place on the contents of source files? E.g. CM used to have some limits in order to simplify dependency analysis -- I think it banned the use of "open" at top level. I can imagine that other systems might require no redefinition at top-level, or no core-level constructs. If everyone can tell us what limitations their system requires (if any), then we can allow for them in the new design. Dave. |