From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.lisp.guile.user Subject: Re: Named parameters to format? Date: Tue, 15 Dec 2015 09:42:12 -0600 Message-ID: <87a8pb67lb.fsf@dustycloud.org> References: <87egeo5mzl.fsf@dustycloud.org> <87r3iob4vi.fsf@netris.org> <87egeo9iq3.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: ger.gmane.org 1450194242 29856 80.91.229.3 (15 Dec 2015 15:44:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Dec 2015 15:44:02 +0000 (UTC) Cc: guile-user@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Dec 15 16:43:57 2015 Return-path: Envelope-to: guile-user@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 1a8rlc-0003j3-Vy for guile-user@m.gmane.org; Tue, 15 Dec 2015 16:43:57 +0100 Original-Received: from localhost ([::1]:37616 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8rlc-00067O-87 for guile-user@m.gmane.org; Tue, 15 Dec 2015 10:43:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8rl5-0005e0-39 for guile-user@gnu.org; Tue, 15 Dec 2015 10:43:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8rl1-0001T9-Uy for guile-user@gnu.org; Tue, 15 Dec 2015 10:43:23 -0500 Original-Received: from dustycloud.org ([50.116.34.160]:55827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8rl1-0001T0-Qh; Tue, 15 Dec 2015 10:43:19 -0500 Original-Received: from earlgrey (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id CD3AB26675; Tue, 15 Dec 2015 10:43:18 -0500 (EST) In-reply-to: <87egeo9iq3.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 50.116.34.160 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:12254 Archived-At: Ludovic Court=C3=A8s writes: > Hi! > > =E2=80=98format=E2=80=99 is an implementation of the historical Common = Lisp (I think?) > thing. > > The Better Approach=E2=84=A2 is probably . An > entirely different but IMO nicer approach (again, real EDSL instead of > stringy DSL.) > > Ludo=E2=80=99. I've been interested in fmt. Though, I wonder if a stringly typed system is needed for gettext compatibility?