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: Lua Date: Thu, 3 Jun 2010 03:32:47 -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 1275553998 2360 80.91.229.12 (3 Jun 2010 08:33:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2010 08:33:18 +0000 (UTC) Cc: Andy Wingo To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 03 10:33:17 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 1OK5rW-0007iX-Kd for guile-devel@m.gmane.org; Thu, 03 Jun 2010 10:33:14 +0200 Original-Received: from localhost ([127.0.0.1]:54192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK5rW-00078h-0H for guile-devel@m.gmane.org; Thu, 03 Jun 2010 04:33:14 -0400 Original-Received: from [140.186.70.92] (port=51486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK5rC-00074n-5v for guile-devel@gnu.org; Thu, 03 Jun 2010 04:32:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OK5r7-0006XZ-Iy for guile-devel@gnu.org; Thu, 03 Jun 2010 04:32:54 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:63829) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OK5r7-0006XJ-GQ for guile-devel@gnu.org; Thu, 03 Jun 2010 04:32:49 -0400 Original-Received: by vws13 with SMTP id 13so1674969vws.0 for ; Thu, 03 Jun 2010 01:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=t8h36TFURJN9P1G0+zMmhAMgd2X7bbpCZylOVQQFlHg=; b=uG2c1PVmg3MipNIaKF7qdvRy5Ot+xf836DcQLNIbxd9cPo5GW/sQjgtQ1qZRKaMp+7 yxwOBNzg4L6/4wl3eLpb3eQluMYG3nuxNT6/pKFhdXUBaUWptDgOyD2glmi5KrqisLrY d/NDsRRK3ANs+7HuhcO4GwFFKTJe/9jZaqKzo= 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=Pj5vXonz5XKFaXts3qlhfrY9WrZUQRL4lg1fRd9gvh5hCYycJ/2LoBHNFfaHsprzjd g1AISyN1NRVjwQrmrED5k2u7Cx7dm2/eaPYaMS9vrXCb+AVZoarGdpbHZSBIf/uyLmz+ rSyo6viy9vyqQ6YYkMinU/3SyFA/dAfHmbZ1s= Original-Received: by 10.229.213.195 with SMTP id gx3mr1806354qcb.169.1275553967893; Thu, 03 Jun 2010 01:32:47 -0700 (PDT) Original-Received: by 10.229.232.199 with HTTP; Thu, 3 Jun 2010 01:32:47 -0700 (PDT) In-Reply-To: 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:10428 Archived-At: Couple of questions: - Right now I've stuffed everything into one file. When it doesn't recompile automatically (as in I run it without making changes, after a run that autocompiled it) it can't resolve MAKE-APPLICATION from (language tree-il) so a bunch of my tests cause errors. Any known bugs that would cause that? - Will Guile correctly optimize explicit returns as tail calls? I couldn't tell from a quick look but my gut feeling is that it only optimizes implicit returns, as opposed to those using (primitive-ref return)?