Subject: Re: bin/7592: programs' error handle broken by good intentions
To: NetBSD Bugs and PR posting List <netbsd-bugs@NetBSD.ORG>
From: Lennart Augustsson <lennart@augustsson.net>
List: netbsd-bugs
Date: 05/26/1999 20:21:31
"Greg A. Woods" wrote:

> Yeah, just so long as you don't require me to rewrite my function
> definitions!  However I still think prototypes suck.  They're the wrong
> answer to the wrong problem.  That's a job for lint, not the compiler.
> If you want that kind of parameter checking and type coersion then you
> should use Pascal or Modula-N or anything else Wirth contributed to!  ;-)

Prototypes suck.  But you don't really need them for strong type checking.
There are languages where things are done right, C is just not one of them.

--

        -- Lennart