Path: utzoo!attcan!uunet!lll-winken!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!decwrl!labrea!sri-unix!garth!smryan From: smryan@garth.UUCP (Steven Ryan) Newsgroups: comp.lang.c Subject: Re: alloca(), #if, and other controversial things... Message-ID: <1275@garth.UUCP> Date: 22 Aug 88 21:51:54 GMT References: <8808171410.AA05337@ucbvax.Berkeley.EDU> <1259@garth.UUCP> <1270@garth.UUCP> <355@sdrc.UUCP> Reply-To: smryan@garth.UUCP (Steven Ryan) Organization: INTERGRAPH (APD) -- Palo Alto, CA Lines: 5 >screw up pointers...) or maintaining a linked list of blocks. Seems like >an awful lot of overhead to avoid writing a couple of calls to free(). I once heard of a description of difference between pascal and algol68: - pascal does the easy parts and lets the programmers do the hard parts. - algol68 does the hard parts and lets the programmers do the easy parts.