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!postnews.google.com!k19g2000yqn.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.scheme,comp.lang.ada,comp.lang.functional,comp.lang.c++,comp.programming Subject: Re: Alternatives to C: ObjectPascal, Eiffel, Ada or Modula-3? Date: Tue, 28 Jul 2009 15:01:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <2009a75f-63e7-485e-9d9f-955e456578ed@v37g2000prg.googlegroups.com> NNTP-Posting-Host: 94.108.251.139 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1248818478 27114 127.0.0.1 (28 Jul 2009 22:01:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 28 Jul 2009 22:01:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k19g2000yqn.googlegroups.com; posting-host=94.108.251.139; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.11) Gecko/2009061208 Iceweasel/3.0.9 (Debian-3.0.9-1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.scheme:6128 comp.lang.ada:7385 comp.lang.functional:2492 comp.lang.c++:48435 comp.programming:12077 Date: 2009-07-28T15:01:17-07:00 List-Id: fft1976 wrote: > Ada is also 2x slower [than C], but less suitable for your purposes (verbose, > less memory safe than OCaml, free compilers produce GPL-only code) Correction: the Ada run-time library from GCC (from the Free Software Foundation) is licensed under GPLv3 with run-time linking exception, so does not cause the executables to be under GPL. But that wasn't the OP's concern, anyway. -- Ludovic Brenta.