From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sI4xJpuChF/iAwAA0tVLHw (envelope-from ) for ; Mon, 12 Oct 2020 16:21:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id qDT3IZuChF8efwAAB5/wlQ (envelope-from ) for ; Mon, 12 Oct 2020 16:21:47 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E0518940394 for ; Mon, 12 Oct 2020 16:21:42 +0000 (UTC) Received: from localhost ([::1]:38312 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kS0Zx-0002wV-RX for larch@yhetil.org; Mon, 12 Oct 2020 12:21:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37718) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS0S2-0001lo-JP for help-guix@gnu.org; Mon, 12 Oct 2020 12:13:30 -0400 Received: from freeshell.de ([2a01:360:106::2]:56380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS0Rx-0003VS-Ew for help-guix@gnu.org; Mon, 12 Oct 2020 12:13:29 -0400 Received: from localhost (cst-prg-95-87.cust.vodafone.cz [46.135.95.87]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 84A2B35CE002 for ; Mon, 12 Oct 2020 18:13:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freeshell.de; s=mail; t=1602519198; bh=H0CwFwGPfyFx5e5e336pZkPMr8dOto1oGJAgLl4G8eU=; h=Date:From:To:Subject:References:In-Reply-To:From; b=jsX0i93AZbFOJ0iXscvxXHALmfPIvJHL2qKeFFeBRdEJdmoUPez5F7FIpLUXbHtna ib9Igfkg3ZLtquaXsG2/brfNw1PebfDZgVeA0hl8bL89AsoTLZdlOPTfub8ChXFigB boSHXbh/K77lsM6gBJ39DNYvRB9nPoC6ZvtwB8r8= Date: Mon, 12 Oct 2020 18:13:13 +0200 From: Wiktor =?utf-8?Q?=C5=BBelazny?= To: help-guix@gnu.org Subject: Re: Characters - Guile Hacker Handbook Message-ID: <20201012161313.nkv25mgcthdtpjzd@wzguix> Mail-Followup-To: help-guix@gnu.org X-PGP-Key: https://freeshell.de/~wz/pubkey.asc X-PGP-Fingerprint: BDC9 74CD D9C9 BA7D 761A 573D C735 A8C6 AB60 79D5 References: <52fb6dd80e0efc4a4c83b892ff4a3db84a1fb234.camel@korwin-zmijowski.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bg5nrjc7nhifqbu2" Content-Disposition: inline In-Reply-To: <52fb6dd80e0efc4a4c83b892ff4a3db84a1fb234.camel@korwin-zmijowski.fr> Received-SPF: pass client-ip=2a01:360:106::2; envelope-from=wz@freeshell.de; helo=freeshell.de X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=freeshell.de header.s=mail header.b=jsX0i93A; dmarc=pass (policy=none) header.from=freeshell.de; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -3.31 X-TUID: 4eyI0RyBZSf7 --bg5nrjc7nhifqbu2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 12, 2020 at 11:40:53AM +0200, J=C3=A9r=C3=A9my Korwin-Zmijowski= wrote: > Today, I published a new chapter about characters : > https://jeko.frama.io/en/char.html Hi J=C3=A9r=C3=A9my, I saw it today on Hacker News and took a look. I liked the succinct style and frequent refactoring. I thought that turning function calls into hyperlinks referring to official reference documentation could be beneficial to the reader. W=C5=BB --bg5nrjc7nhifqbu2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEvcl0zdnJun12Glc9xzWoxqtgedUFAl+EgJhfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJE Qzk3NENERDlDOUJBN0Q3NjFBNTczREM3MzVBOEM2QUI2MDc5RDUACgkQxzWoxqtg edWdBA/9HBbYw7EW9KvrexF4BmvPYss03UuRDISzH4wHCoigdkYTwPTH5k5w5z7r X+h3BLxtcrmDBCRyXsQ0y/uMISy9RRtgA6zdxnEHxjyH/aHxLuIjYJqg1m1HIZcn ALS8VZJ7BrBxRUFarPRYkD9nA1IuEderaykkoAFJbr0NR3yH0VUy1Pd8QJZ/LBkQ 6l+nDt+vo/Dpknt5pFT7O2xZPag+A3DrSoKArMK8MevmKqEBMfxpQpMmKq+530ae 3HBIEfhqkIPvEuFOrWEOqEjLbGqs3IN1DW9cJ1/nsrz4QyuLD36/F0udSIjKpTmT dEoDyAz4Bzem4YsBvzSeyeAYuFeXMMMRGHK3iogvVPs6BmJB5y8tZkCiKRByzIPc vlr2/9nIfciVPhcLn3B2R17fzNU2sOshme0tV8uGlQry4dqp7qwUuAshv/Tt6zYg G/YJXxgeA4GryE4xj3koWemEAJhF5n8fVjbk7r7MOD3ulAHLxVQamfMIkAo0sXvE L0926rLfiLmojYywvhHXSvj0u1JtdyD9ASsKB7XjNkQ54UClYxuDQHm9LpZMGZhs jLypwCzqdBT2Gf/4C7ey80LbCwsUwV45JdeMWkCuzByB+D/t9qeLnEAAFbLLrbM0 Ce2Fgw/GrsAXl35JH5cSqCJXRQYSS+Q/7h55NMdOBgmdinOtFuw= =cS7V -----END PGP SIGNATURE----- --bg5nrjc7nhifqbu2--