[Types-sig] Interface files
Tim Peters
tim_one@email.msn.com
Thu, 16 Dec 1999 23:05:44 -0500
[Guido]
> I'm not taking sides here, but I want to note that none of the takers
> on my latest challenge have shown separate interface files. All the
> ones I've seen used inline syntax.
No, you're confusing my concrete syntax with my abstract syntax <wink>: in
my submission, you move all the module-level "decl" statements that aren't
declaring module-private names into a separate file. Bingo: interface
file. I just happened to sprinkle them around inline to aid readability
<wink>.
heck-you-could-even-write-a-perl-script-to-do-it-ly y'rs - tim