From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: Website translation (was: Re: Guix beyond 1.0: =?utf-8?Q?let?= =?utf-8?B?4oCZcw==?= have a roadmap!) Date: Sun, 7 Jul 2019 20:00:47 +0200 Message-ID: <20190707180047.kbgdfhg7wovrrq76@pelzflorian.localdomain> References: <82379e4b458703ebd2a0b000b2acc46c@autoproduzioni.net> <87sgri9b90.fsf@gnu.org> <20190707165722.we3q5jne7a3wnvq4@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59904) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkBT4-0008Ec-4D for guix-devel@gnu.org; Sun, 07 Jul 2019 14:00:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkBT3-0002Ze-2f for guix-devel@gnu.org; Sun, 07 Jul 2019 14:00:54 -0400 Content-Disposition: inline In-Reply-To: <20190707165722.we3q5jne7a3wnvq4@pelzflorian.localdomain> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org, matias_jose_seco@autoproduzioni.net On Sun, Jul 07, 2019 at 06:57:22PM +0200, pelzflorian (Florian Pelz) wrot= e: > Note that many improvements could be made in my code, > e.g. current-lingua could be a parameter, so (I hope) it can be > avoided to change various parts of Haunt to accept procedures like > (lambda (current-lingua) =E2=80=A6) instead of plain sxml/shtml like I = did. > When I said the current-lingua could be a parameter then I mean what the Guile manual calls parameter object, i.e. =E2=80=9CGuile=E2=80=99s fa= cility for dynamically bound variables=E2=80=9D. Maybe you would use a fluid or something. I am not familiar with these things.