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: Re: Fmt Module Date: Sun, 13 Mar 2011 23:54:17 -0400 Message-ID: References: <87y64ig0rq.fsf@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1300074867 32662 80.91.229.12 (14 Mar 2011 03:54:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Mar 2011 03:54:27 +0000 (UTC) Cc: guile-devel To: Andreas Rottmann Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 14 04:54:23 2011 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 1PyyrP-00053s-2h for guile-devel@m.gmane.org; Mon, 14 Mar 2011 04:54:23 +0100 Original-Received: from localhost ([127.0.0.1]:43730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyyrO-00061g-Lp for guile-devel@m.gmane.org; Sun, 13 Mar 2011 23:54:22 -0400 Original-Received: from [140.186.70.92] (port=39819 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyyrM-00061P-27 for guile-devel@gnu.org; Sun, 13 Mar 2011 23:54:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyyrL-0006XJ-2C for guile-devel@gnu.org; Sun, 13 Mar 2011 23:54:19 -0400 Original-Received: from mail-vx0-f169.google.com ([209.85.220.169]:45140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyyrL-0006XC-04 for guile-devel@gnu.org; Sun, 13 Mar 2011 23:54:19 -0400 Original-Received: by vxk12 with SMTP id 12so1147408vxk.0 for ; Sun, 13 Mar 2011 20:54:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=GWfjTHUdU2zxA+if6AmtBQt6CGqY0JPSgxpl3cDkZfY=; b=eGOUP5kyiJ7t6H0YW+77PdwPHGEtc5BALRYZHG14d9d8/Z7Hug1oNOdd9SB9G7B9eI 97nmcTX8/iSyQOkNUc6iVdA5aj5Oh8nRFBKBNOx5Xbx8H+3Gs3aRby4xZKDGrpGJZcv5 CeiVvpjkhx5IpFtFW4tEQOvqibmVr2T3aL3Ew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=qjeoJDcnF7ncDKVDP2BTnpavarhjkbWPlcBlDzZDMhtc9gEhas++8nvRtk6vSmperG /3dquc549zawiAw5urtHgOvEDde79slYt8Cj+075qRlH9b9bPIODfwE3IwYheawq/beC VlrkpD0OSH5Ug3oXns/P3HqDXZyspad16tt9I= Original-Received: by 10.52.91.204 with SMTP id cg12mr4026601vdb.278.1300074857971; Sun, 13 Mar 2011 20:54:17 -0700 (PDT) Original-Received: by 10.52.166.194 with HTTP; Sun, 13 Mar 2011 20:54:17 -0700 (PDT) In-Reply-To: <87y64ig0rq.fsf@gmx.at> X-Google-Sender-Auth: aQ6aujf1Lijc476p2qf6AhKga_s X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.220.169 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:11867 Archived-At: Hi, > Not that I have any say in that, but IMHO, it would be preferable to > keep external libraries maintained separatly from the Guile core; > however in this case, including it in the core might be justified by its > proposed use in the JIT compiler. Yeah. I agree, actually. > FWIW, there's already an R6RS adaption of "fmt"[1] as part of the Wak > project[0], which works nicely with Guile (from the stable-2.0 branch). Oh, I didn't realize that. We should certainly use that, then. I'll try to take a look at it soon, if I have time. Noah