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.9 required=5.0 tests=BAYES_00 autolearn=ham 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: g2news1.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx01.iad01.newshosting.com!newshosting.com!novia!news-xxxfer.readnews.com!news-out.readnews.com!postnews3.readnews.com!not-for-mail Newsgroups: comp.lang.eiffel,comp.lang.ada,comp.lang.modula3,comp.lang.pascal,comp.programming Subject: Re: Alternatives to C: ObjectPascal, Eiffel, Ada or Modula-3? References: <4BA8BA91.4050905@cherrystonesoftware.com> From: Patrick Scheible Date: 24 Mar 2010 14:11:56 -0700 Message-ID: X-Newsreader: Gnus v5.7/Emacs 20.7 Organization: The Zip Connection (zipcon.net) NNTP-Posting-Host: addb7efb.news.zipcon.net X-Trace: DXC=4TIee;9]^7T4NfW<0XZoBWU>Dm5d6:E6]^J]Z@7??eSU6i3K@k4DWOQ2]NZNh`bNUVMN\ZBj0^Y8] X-Complaints-To: abuse@zipcon.net Xref: g2news1.google.com comp.lang.eiffel:535 comp.lang.ada:9749 comp.lang.modula3:155 comp.programming:14671 Date: 2010-03-24T14:11:56-07:00 List-Id: Warren writes: > Patrick Scheible expounded in news:w9z39zqlr2s.fsf@zipcon.net: > > > Warren writes: > > > >> balson expounded in news:4BA8BA91.4050905@cherrystonesoftware.com: > >> > >> > Andrea Taverna wrote: > >> >> Hi folks! > >> > [snip] > >> >> In the past I used C, but now I have decided to change language. > >> >> I'm looking for a "better" one. > >> >> > >> >> Here follow the features it should have, ranked approximately by > >> >> relevance: > >> >> > >> >> 0) open-source support and an alive community > >> >> 1) directly compiled to efficient code > >> >> 2) statically typed and object-oriented, better if multi-paradigm > >> >> 3) general-purpose libraries (possibly standardized, either by > >> >> standard or de facto), including containers and some math > >> >> abstractions. 4) garbage collected. As an alternative, provide > >> >> memory management policies via libraries (e.g. memory pools and > >> >> such) 5) optional run-time checks and some kind of control over > >> >> compilation and low-level issues > >> >> 6) "relatively simple and consistent" > >> > > >> > Where's performance on this list? > >> > >> Performance is mentioned in "1) directly compiled to efficient > >> code". > >> > >> > IOW, stay away from the likes of Java, C#, Pascal. Unless you > >> > have a > >> > very specific reason for going in that direction. Your performance > >> > will suffer. > >> > Jim > >> > >> I don't think many people would be surprised by these results. > >> After all Java, C# and Pascal (variants) are still largely > >> interpreted languages, even if they use some sort of compiled > >> intermediate code. > > > > Pascal is not an interpreted language. One of Pascal's selling points > > was that it was one of the first languages that could be parsed by a > > simple recursive descent parser without backtracking. > > > > -- Patrick > > P-code implementations were. True. But P-code was for student use, not production, especially not production in an application where execution time was critical. -- Patrick