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 Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news2.arglkargh.de!news.n-ix.net!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:14:52 +0200 Message-ID: <87ocab3mir.fsf@mid.deneb.enyo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: idssi.enyo.de 1288440892 10163 172.17.135.6 (30 Oct 2010 12:14:52 GMT) X-Complaints-To: news@enyo.de Cancel-Lock: sha1:RAfOuxMtRfNQMuim2vyxa65TtDw= Xref: g2news2.google.com comp.lang.ada:15937 Date: 2010-10-30T14:14:52+02:00 List-Id: * Yannick Duch�ne (Hibou57): > Ada 2012 introduced something looking like coroutines with the yield > function (formally, generators), which is a famous feature of > functional paradigm languages (gonna be great for kinds of streams of > any kind of data or iterators). Is this AI05-166? I don't see how this leads to generators.