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: 8d81cdf253,3ef3e78eacf6f938 X-Google-Attributes: gid8d81cdf253,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2.glorb.com!news.enother.com!border2.nntp.dca.giganews.com!nntp.giganews.com!backlog2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 18 Jul 2009 09:42:31 -0500 From: cri@tiac.net (Richard Harter) 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? Date: Sat, 18 Jul 2009 14:42:28 GMT Message-ID: <4a61de94.210573218@text.giganews.com> References: X-Newsreader: Forte Free Agent 1.1/32.230 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-S9zKh2NrTYnLtPDN48oteoOxO5L5aXvS05IdRmphEKWxavQ/EOQswh2KZOsG+Ckls9S6kNMd8dCLYlD!wOm/jWhsd33MZmkE391x+r6uF4q5R0u2Mc8CWT+ZSrfa/wrJmvknZLIqNkxkNRI= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Xref: g2news2.google.com comp.lang.eiffel:295 comp.lang.ada:7129 comp.lang.modula3:22 comp.programming:11753 Date: 2009-07-18T14:42:28+00:00 List-Id: On Sat, 18 Jul 2009 16:19:40 +0200, Andrea Taverna wrote: >Hi folks! > >I'm a CS student and I often need to write number-crunching code dealing >with combinatorial optimization problems. >What I do usually is implementing ad-hoc algorithms and testing their >performance against other previously-known solutions, including general >solvers. > >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. >I have taken a look at all of them and I'm still undecided. Below are >the impressions I got for each language. >Can you help me? Feel free to recommend other languages as well. > >TIA You might also consider modern fortran. Richard Harter, cri@tiac.net http://home.tiac.net/~cri, http://www.varinoma.com If I do not see as far as others, it is because I stand in the footprints of giants.