From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: patching gcc to allow other calling conventions Date: Thu, 21 Jun 2012 23:01:19 +0200 Message-ID: <87r4t8l6qo.fsf@gnu.org> References: <878vflzjsu.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1340312495 25931 80.91.229.3 (21 Jun 2012 21:01:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 21:01:35 +0000 (UTC) Cc: guile-devel@gnu.org To: Daniel Krueger Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 21 23:01:32 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ShoVL-0005tT-L9 for guile-devel@m.gmane.org; Thu, 21 Jun 2012 23:01:27 +0200 Original-Received: from localhost ([::1]:48557 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShoVL-00032x-NK for guile-devel@m.gmane.org; Thu, 21 Jun 2012 17:01:27 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShoVI-00032m-V6 for guile-devel@gnu.org; Thu, 21 Jun 2012 17:01:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShoVH-0003kK-3z for guile-devel@gnu.org; Thu, 21 Jun 2012 17:01:24 -0400 Original-Received: from xanadu.aquilenet.fr ([88.191.123.111]:34264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShoVG-0003jv-Tz for guile-devel@gnu.org; Thu, 21 Jun 2012 17:01:23 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id 1EE757D7C; Thu, 21 Jun 2012 23:01:20 +0200 (CEST) Original-Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Uf0h+TYIpQeO; Thu, 21 Jun 2012 23:01:20 +0200 (CEST) Original-Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 80B467D6F; Thu, 21 Jun 2012 23:01:19 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 4 Messidor an 220 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Daniel Krueger's message of "Thu, 21 Jun 2012 19:14:26 +0200") User-Agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 88.191.123.111 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:14662 Archived-At: Hi, Daniel Krueger skribis: > On Thu, Jun 21, 2012 at 2:32 PM, Stefan Israelsson Tampe > wrote: >> Why not specify the logic in scheme and output it either to C or Assembl= er >> :-) > > That sounds very cool, and would be very cool, I thought first, but > then I realized that you wouldn't be able to bootstrap guile anymore > :-/ The generated C file would be shipped in the distribution, just like psyntax-pp.scm. Thanks, Ludo=E2=80=99.