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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 5b1e799cdb,3ef3e78eacf6f938 X-Google-Attributes: gid5b1e799cdb,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!feeder.erje.net!feeder.eternal-september.org!eternal-september.org!not-for-mail From: Colin Paul Gloster Newsgroups: comp.lang.eiffel,comp.lang.ada,comp.lang.modula3,comp.programming Subject: Re: Alternatives to C: ObjectPascal, Eiffel, Ada or Modula-3? Date: Mon, 27 Jul 2009 11:28:39 +0000 Organization: A noiseless patient Spider Message-ID: References: <4fc0934e-197b-4a02-a006-4b64072897b2@h18g2000yqj.googlegroups.com> <7020ad82-ed09-4c87-8f46-db23bf2fa866@32g2000yqj.googlegroups.com> Reply-To: Colin Paul Gloster Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.eternal-september.org U2FsdGVkX1/9ir9+pxzwNVRU/w84/SfAHXNrvGUGctLf4SUmlfHVRv4m8gLDv0QvzWhAxeX6w7lXg+oVSBEH+zzsGy7Yfb+25lftWne8PoMH+TL2aX7JRJwZ7Bmph2xd/F5zMC9Ee2tJtRfnElF4PqgRcG6I3s44WhN+buYnxVY= X-Complaints-To: abuse@eternal-september.org NNTP-Posting-Date: Mon, 27 Jul 2009 10:35:09 +0000 (UTC) In-Reply-To: X-Auth-Sender: U2FsdGVkX1+dE7/N4JW+kFRlOr0f4QTx6pdY+KGVuSuUz+2kjLArVQ+4dNlSM1mc00bWiqVggGE= Cancel-Lock: sha1:q6gLMCcg4yRayiNcqwmnsH+2lxg= X-X-Sender: Colin_Paul@Bluewhite64.example.net User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) Xref: g2news2.google.com comp.lang.eiffel:435 comp.lang.ada:7368 comp.lang.modula3:118 comp.programming:12067 Date: 2009-07-27T11:28:39+00:00 List-Id: On Sat, 25 Jul 2009, wwilson wrote: |--------------------------------------------------------------------------------| |"[..] | | | |One thing that made a difference is that some of the common languaages of that | |era were designed so that the compiler could determine the kind of statement | |from the first two or three letters of the statement. Both FORTRAN and the | |early BASICs were this way. [..] | | | |[..]" | |--------------------------------------------------------------------------------| What about the inability to distinguish between DO 10 I = 1.10 (the assignment DO10I=1.10) and DO 10 I = 1,10 (loop to Statement Label 10 for i in 1..10) in FORTRAN before coming to the radix point or the comma? Regards, Colin Paul Gloster