From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c979c2bfcee9ee8d X-Google-Attributes: gid103376,public From: dweller@dfw.net (David Weller) Subject: Re: try this if you can Date: 1996/06/05 Message-ID: <4p5c81$4r2@dfw.dfw.net>#1/1 X-Deja-AN: 158694234 references: organization: DFWNet -- Public Internet Access newsgroups: comp.lang.ada Date: 1996-06-05T00:00:00+00:00 List-Id: In article , Rea Burleson (CS) wrote: >For all you ada dudes. I found this to be a very awarding program to try. >My code was a little of 80 lines, can you beat it? > > Unlike the culture of single-letter programming languages, most "Ada dudes" won't engage in "write this in less than X lines" game. Generally because: 1) We're not very keen on doing homework assignments for students :-) 2) We know that the length has nothing to do with the quality 3) We know that length has little correlation to efficiency Otherwise, I'd say we're all for that challenge: with Text_io; use Text_io; -- trying to improve obscurity procedure RN is -- long names take up executable space begin put_line("please enter: MXMIV"); -- same for indentation put_line("1994"); -- we know the answer, why bother waiting for input? -- it's much faster this way. end; Ah, wefweshing! :-) No wonder I graduated with high honors :-) -- Visit the Ada 95 Booch Components Homepage: www.ocsystems.com/booch This is not your father's Ada -- lglwww.epfl.ch/Ada