Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!asuvax!noao-gemini!noao!amethyst!raw From: raw@math.arizona.edu (Rich Walters) Newsgroups: comp.lang.c Subject: Re: Why nested comments not allowed? Message-ID: <1414@amethyst.math.arizona.edu> Date: 15 Feb 90 03:05:58 GMT References: <236100027@prism> Sender: news@amethyst.math.arizona.edu Organization: Dept. of Math., Univ. of Arizona, Tucson AZ 85721 Lines: 9 In article <236100027@prism> ly@prism.TMC.COM writes: > > I'm just curious to know why nested comments are not allowed in many > languages. Nested comments are not supported because it is difficult to tell where the nesting ends. Have you ever written a paren checker in C? (in any language?) Reason 2) Why waste the computing power?? After all, it's only a comment!!