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,FREEMAIL_FROM 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,CP1252 Path: g2news2.google.com!postnews.google.com!a7g2000yqk.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.eiffel,comp.lang.ada,comp.lang.modula3,comp.programming Subject: Re: Alternatives to C: ObjectPascal, Eiffel, Ada or Modula-3? Date: Sun, 19 Jul 2009 10:30:49 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <7cf9peF2758tgU1@mid.individual.net> <1ac0d96f-9dfc-4bcb-abff-2f5cb1c5da8d@e4g2000vbe.googlegroups.com> <87tz18bskg.fsf@galatea.local> NNTP-Posting-Host: 77.198.58.195 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1248024649 3758 127.0.0.1 (19 Jul 2009 17:30:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 19 Jul 2009 17:30:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a7g2000yqk.googlegroups.com; posting-host=77.198.58.195; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.eiffel:314 comp.lang.ada:7153 comp.lang.modula3:40 comp.programming:11837 Date: 2009-07-19T10:30:49-07:00 List-Id: Andrea, Sorroy for beeing late to reply, here is my little contribution. I would like to say that if you are mainly to deal with algorithmics, you may also add Lisp to your list (not joking, althought these words together are a bit funny I know). Here is an article I deeply agree with, except in some aspects : http://www.paulgraham.com/icad.html Well, the limitation is that if you need to be aware of some real- world aspects, like the fact that no machine has an infinite register width, then Lisp may not be the best solution (the author seems to forget sometime about real-life). But it your main scope is complexe structures and =93 intelligent =94 and plastic-malleable algorithms, then Lisp may be a good idea, while it would not be if data typing and real life range-limitations is one of your concern (as an exemple). Note: if I'm not wrong, there is a plan to add some lambda-expressions like stuff in the next Ada revision (at least something which made me think it was a bit looking like).