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: a07f3367d7,9e7db243dfa070d7 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news-2.dfn.de!news.dfn.de!news.uni-stuttgart.de!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Do people who use Ada also use ocaml or F#? Date: Sat, 30 Oct 2010 14:18:09 +0200 Message-ID: <87k4kz3mda.fsf@mid.deneb.enyo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: idssi.enyo.de 1288441089 10163 172.17.135.6 (30 Oct 2010 12:18:09 GMT) X-Complaints-To: news@enyo.de Cancel-Lock: sha1:UomspJwrlZXX5wIsBFkn7u5i9Y8= Xref: g2news2.google.com comp.lang.ada:15939 Date: 2010-10-30T14:18:09+02:00 List-Id: * Dmitry A. Kazakov: > On Thu, 28 Oct 2010 19:27:40 -0700 (PDT), Chad R. Meiners wrote: > >> I have chosen languages that support generics because quite frankly >> after learning Ada, any statically typed language that does not >> support generics is not a suitable language for developing anything >> of substance. > > I don't see any connection between static typing and parametric > polymorphism (AKA generics), except that both are static. For me, it's the realization that without generics, a static type systems tends to disallow too many useful programs.