From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.devel Subject: Compiler Branch Date: Mon, 12 Dec 2011 23:39:15 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1323751166 1771 80.91.229.12 (13 Dec 2011 04:39:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2011 04:39:26 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Dec 13 05:39:22 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RaK9C-0002xs-Fw for guile-devel@m.gmane.org; Tue, 13 Dec 2011 05:39:22 +0100 Original-Received: from localhost ([::1]:38983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaK9B-0007rZ-8Y for guile-devel@m.gmane.org; Mon, 12 Dec 2011 23:39:21 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:59067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaK98-0007rE-Dw for guile-devel@gnu.org; Mon, 12 Dec 2011 23:39:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaK97-00019m-Ez for guile-devel@gnu.org; Mon, 12 Dec 2011 23:39:18 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:39604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaK97-00015z-Bd for guile-devel@gnu.org; Mon, 12 Dec 2011 23:39:17 -0500 Original-Received: by iahk25 with SMTP id k25so11498326iah.0 for ; Mon, 12 Dec 2011 20:39:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=zHp8p1bIRKtA7yeIZccjnlCpTmXQpHK2ZwkEGJzGaGA=; b=myl1R/k6FjBYjlCsYoOlOgnSOOOiuF6LZGYhLTejpBFLhc0MjGbBO/BnENG+zvXlwL KYN3GyzcB08RxaRbOweSnJeTSH3m1CqVp/yinmzSCuU+8eYvbnUblP9QbRmQb2WrWOce PSuj6HL0bAzN0wlaW5+4QGtlIGDD2P6vy4gSY= Original-Received: by 10.42.151.195 with SMTP id f3mr9752870icw.19.1323751155661; Mon, 12 Dec 2011 20:39:15 -0800 (PST) Original-Received: by 10.42.217.6 with HTTP; Mon, 12 Dec 2011 20:39:15 -0800 (PST) X-Google-Sender-Auth: siReUUYIVx57BixJGt_cris84S4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:13045 Archived-At: Hello Guile developers, Following up on my last email, I am nervously announcing a new branch, 'wip-compiler'. I hope that in a few months this branch will contain a working compiler. For now, it contains a few new data structures and a function that converts Tree-IL to a form that will be nicer for analysis. I hope making a new branch for this was the right thing to do. I would have liked to wait and talk about it, but I had a friend ask me if he could also work on the compiler, so I thought it was time to make it public, and this seemed like the way to do that. If you don't want the branch, I suppose it can always be deleted on Savannah. (I would of course love help from anyone and everyone else, but I was planning to wait on publicizing it until it was in a less embarrassing state. See the git log for more information on that. :-) ) My last email contains some information on my ideas. I hope you can see some of that in the code that's there, especially the annotated-tree-il data structure, but if not, I plan to add more soon. Noah