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: 103376,b1f4420d01b2c4eb,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g12g2000prg.googlegroups.com!not-for-mail From: Jerry Newsgroups: comp.lang.ada Subject: LLVM--Low Level Virtual Machine--and Ada Date: Tue, 17 Jul 2007 20:56:35 -0700 Organization: http://groups.google.com Message-ID: <1184730995.862147.208590@g12g2000prg.googlegroups.com> NNTP-Posting-Host: 63.229.82.124 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1184730996 8096 127.0.0.1 (18 Jul 2007 03:56:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 18 Jul 2007 03:56:36 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/420+ (KHTML, like Gecko, Safari/420) OmniWeb/v607.17,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g12g2000prg.googlegroups.com; posting-host=63.229.82.124; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news1.google.com comp.lang.ada:16504 Date: 2007-07-17T20:56:35-07:00 List-Id: I've been hearing a lot lately about LLVM, the Low Level Virtual Machine. Apparently it is kind of like the gcc arrangement with a front-end and back-end for compilers. The difference with the LLVM is that it is supposed "super easy" to make a front end. So naturally one wonders, What is the likelihood of Ada being supported? http://llvm.org/ Jerry