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=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!aioe.org!.POSTED!not-for-mail From: Luke A. Guest Newsgroups: comp.lang.ada Subject: Re: GNAT with LLVM -> Java Script Date: Wed, 15 Oct 2014 01:47:04 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: <851998451435030340.491778laguest-archeia.com@nntp.aioe.org> References: NNTP-Posting-Host: HosaRjTl0RRmnTR8WenGIw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: NewsTap/4.0.1 (iPhone/iPod Touch) X-Notice: Filtered by postfilter v. 0.8.2 Xref: number.nntp.giganews.com comp.lang.ada:189797 Date: 2014-10-15T01:47:04+00:00 List-Id: David Botton wrote: > So wondering why I would want an LLVM backend for GNAT, LLVM has support > to output ASM.JS, i.e. Java Script > > http://www.humblebundle.com/ > > The current games in the bundle are traditional desktop video games now > running as plan Java Script, no plugins, in a browser. > > Gnoga would be a perfect fit for a Gnat that output to JS, instant > control of the browser running all client side. > > David Botton I extracted the llvm code from another project, it's GPL. It's from a vhdl compiler iirc. I can put it up somewhere if you like.