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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: GNAT with LLVM -> Java Script Date: Fri, 17 Oct 2014 00:36:18 +0200 Organization: A noiseless patient Spider Message-ID: References: <851998451435030340.491778laguest-archeia.com@nntp.aioe.org> <9Xq%v.417458$b_1.179403@fx10.fr7> <54032b68-915c-4556-9bfd-945c81f2d316@googlegroups.com> <1703052331435164910.517977laguest-archeia.com@nntp.aioe.org> Reply-To: nonlegitur@futureapps.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 16 Oct 2014 22:36:19 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="dd2c5d0f2a2fdaef37d8f2dbf930353b"; logging-data="1442"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18YZxD2pBci+iS9x/4bjM1tatbciVjKUeA=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: <1703052331435164910.517977laguest-archeia.com@nntp.aioe.org> Cancel-Lock: sha1:GYCx4aWfnJBshP6n9PfAJRaB+PI= Xref: news.eternal-september.org comp.lang.ada:22539 Date: 2014-10-17T00:36:18+02:00 List-Id: On 16.10.14 17:10, Luke A. Guest wrote: > Brian Drummond wrote: >> That was the DragonEgg project, wasn't it? I got the impression it >> foundered on some shortcoming of LLVM for non-C languages; not certain >> which, but possibly the one regarding nested functions that Tristan has >> overcome with ghdl. > > No, DragonEgg was the plugin that followed, think that's dead also. > > But you're right, the nested function thing was a problem but I'm certain > Duncan said he was working will llvm way back to sort it out. Don't know > how far it got. Apple's Swift language is using LLVM, and it has nested functions. In fact, closures. Maybe this support can be stripped down to Ada's needs?