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: g2news2.google.com!news3.google.com!feeder.news-service.com!tudelft.nl!txtfeed1.tudelft.nl!dedekind.zen.co.uk!zen.net.uk!hamilton.zen.co.uk!shaftesbury.zen.co.uk.POSTED!not-for-mail From: Ben Bacarisse 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: Date: Sat, 18 Jul 2009 18:41:08 +0100 Message-ID: <0.603519b4031952a6b8a9.20090718184108BST.87k52551or.fsf@bsb.me.uk> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.91 (gnu/linux) Cancel-Lock: sha1:syv+4mN3tgy9HZAkX584/Zl2OwU= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Zen Internet NNTP-Posting-Host: c6cb31e2.news.zen.co.uk X-Trace: DXC=WA6?BnjFNWNALLHS9aJHmKnok4Z\`2aRfcCkJKJGMC5FS7ZPJ2CQA;:PEeHD X-Complaints-To: abuse@zen.co.uk Xref: g2news2.google.com comp.lang.eiffel:302 comp.lang.ada:7136 comp.lang.modula3:29 comp.programming:11760 Date: 2009-07-18T18:41:08+01:00 List-Id: Andrea Taverna writes: > 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" > > So I have considered these alternatives: FreePascal, Eiffel, Ada and > Modula-3. Other people have been adding to your list but Objective Caml is still missing. It ticks all you boxes. -- Ben.