From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: No Itisnt Newsgroups: gmane.lisp.guile.devel Subject: Re: a plan for native compilation Date: Fri, 16 Apr 2010 15:47:05 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1271452047 1933 80.91.229.12 (16 Apr 2010 21:07:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2010 21:07:27 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Apr 16 23:07:26 2010 connect(): No such file or directory Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O2skx-0007oH-C6 for guile-devel@m.gmane.org; Fri, 16 Apr 2010 23:07:21 +0200 Original-Received: from localhost ([127.0.0.1]:52994 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2sez-0005ae-Il for guile-devel@m.gmane.org; Fri, 16 Apr 2010 17:01:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2sT7-00023m-Et for guile-devel@gnu.org; Fri, 16 Apr 2010 16:48:53 -0400 Original-Received: from [140.186.70.92] (port=58685 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2sT3-0000E7-QG for guile-devel@gnu.org; Fri, 16 Apr 2010 16:48:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2sRO-0006fp-Pw for guile-devel@gnu.org; Fri, 16 Apr 2010 16:47:07 -0400 Original-Received: from mail-qy0-f179.google.com ([209.85.221.179]:57755) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O2sRO-0006fV-Ji for guile-devel@gnu.org; Fri, 16 Apr 2010 16:47:06 -0400 Original-Received: by qyk9 with SMTP id 9so3349870qyk.1 for ; Fri, 16 Apr 2010 13:47:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=mNpvd2YIMksp8rOvpflevWpfdFnZq2CEZyzbTSVNPWE=; b=NJ8E3wJ32brvpza1lbQAia21JvU2DEX5l6dLumkHbVChbXcG10+oVp85S5DXlUF7Ss jlxoqL+vFSLir8RbE2CpsQLXneGdp9w38hH7PZjR1FNlYtM/N0tAUUr5FAnJO2XeBRt/ bPSFndL+kbGRKMrR/7whQmOjlYDS2QiKekLdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KjlQOZdMd5zaLrjFiHbloevis993AFCK/+LaY7s90rHH0Boi7+5Sn6u1WCl5JQShC0 WZwyLEqQ3ofE+NVaip4G7VCUHeaerXF715BuuDdgfnpDjcs+3TVbtydwDNfKc7aUx/Qu 3vUy4oX3stZKU445godemaQatAUvi2xFc3Tgc= Original-Received: by 10.229.229.137 with HTTP; Fri, 16 Apr 2010 13:47:05 -0700 (PDT) In-Reply-To: Original-Received: by 10.229.221.14 with SMTP id ia14mr2999680qcb.8.1271450825634; Fri, 16 Apr 2010 13:47:05 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10241 Archived-At: One option I am really starting to like is LLVM. I know what you're thinking, huge memory consumption, giant dependency, etc, but it's so cool! It supports every desktop architecture too.