
30 Aug
2008
30 Aug
'08
9:07 a.m.
apfelmus wrote:
Design your language in a way that the *parse* tree does not depend on import statements? I.e. Chasing imports is performed after you've got an abstract syntax tree.
OK, that would work. This property does not hold for Haskell, because you need the fixities of the operators (so, another language design error :-) J.W.