Settings

Theme

Can Modern Syntax beat 1977?

3 points by ADavison2560 2 years ago · 3 comments · 1 min read


Computer Recreations Creative Computing, Sept-Oct. 1977 D. Van Tassel

Syntax Messages

In the March-April 1977 issue I suggested you write a program to generate as many different syntax-error messages as possible with as few statements in the program as possible.

I received a few responses but first prize must go to Wayne M. Compton of Dhahran, Saudi Arabia. He sent me a COBOL program with just one statement which generated 570 error messages. The statement was just the program name paragraph:

PROGRAM-ID. ERRMSG.

The compiler then went wild and generated 570 error messages. He ran this program on a IBM 370 OS/VS system. If you have access to such a system you might try it.

082349872349872 2 years ago

ERRMSG yields a list of all error messages, so the compiler wasn't "going wild", but behaving according to spec. A modern COBOL should beat that handily; no doubt they've added at least one or two new errors between 1977 and now.

source: https://www.ibm.com/support/pages/cobol-error-messages-are-n...

InfamousRece 2 years ago

C++ is hard to beat: https://www.tumblr.com/tgceec/74534916370/results-of-the-gra...

greenbit 2 years ago

Have seen C++ go berserk and throw miles of errors when template implementation gets fumbled. Have also seen Java go stark raving mad over relatively minor infractions. Wish I had some examples handy.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection