Usage of goto's
David Wald
wald at theory.lcs.mit.edu
Sun Oct 7 06:00:02 AEST 1990
In article <465 at taumet.com> steve at taumet.com (Stephen Clamage) writes:
>Probably the best discussions on this topic were published in
> ACM Computing Surveys
> Vol 6, No 4, December 1974
>If you have access to a CS library, go look up this volume. In one
>paper, Niklaus Wirth shows why goto's are unnecessary, and in another
>Donald Knuth shows why "absolutely no goto's" is a needlessly harsh
>dictum.
Also recommended reading on this topic, especially if you feel very
strongly about it:
"A Linguistic Contribution to GOTO-less Programming", by R. Lawrence
Clark, in the December 1973 issue of Datamation, reprinted in the
April 1984 issue of Communications of the ACM (vol. 27, no. 4, pp 349-350).
This article describes an alternative to the "harmful" goto construct,
called "come from".
-David
--
============================================================================
David Wald wald at theory.lcs.mit.edu
============================================================================
More information about the Comp.lang.c
mailing list