dillon@CORY.BERKELEY.EDU (Matt Dillon) (10/02/86)
I would rather go for a faster compiler than get stuck with Hybrids. That's the only reason I'm not developing any faster on my Amiga... it takes forever to load those #include files. Still, if somebody ever makes a *full* interpreted C (that can access binary libraries, etc..), that would make life easier also. -Matt
rokicki@navajo.STANFORD.EDU (Tomas Rokicki) (10/04/86)
dillon@CORY.BERKELEY.EDU (Matt Dillon) writes: > it takes forever to load those #include files. You might get the Aztec C and use the +h and +i options; once I decide which include files I need, I load them once, dump the symbol table with +h, and never have to look at them again. Makes things much faster. -tom