From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id eDOpD3D4P2QZdAAASxT56A (envelope-from ) for ; Wed, 19 Apr 2023 16:19:28 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 0BSPDnD4P2Q3hAAAG6o9tA (envelope-from ) for ; Wed, 19 Apr 2023 16:19:28 +0200 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 E1E5F16E7D for ; Wed, 19 Apr 2023 16:19:27 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pp8eH-0003Jo-BI; Wed, 19 Apr 2023 10:19:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pp8eE-0003Hm-Vr for guix-patches@gnu.org; Wed, 19 Apr 2023 10:19:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pp8eE-0000Ji-Km for guix-patches@gnu.org; Wed, 19 Apr 2023 10:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pp8eE-0005ic-43 for guix-patches@gnu.org; Wed, 19 Apr 2023 10:19:02 -0400 Subject: bug#62356: [PATCH guix-artwork] website: posts: Add Dissecting Guix, Part 3: G-Expressions. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 19 Apr 2023 14:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62356 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "(" Cc: =?UTF-8?Q?Th=C3=A9o?= Maxime Tyburn , Simon Tournier , 62356-done@debbugs.gnu.org Mail-Followup-To: 62356@debbugs.gnu.org, ludo@gnu.org, paren@disroot.org Received: via spool by 62356-done@debbugs.gnu.org id=D62356.168191389321912 (code D ref 62356); Wed, 19 Apr 2023 14:19:01 +0000 Received: (at 62356-done) by debbugs.gnu.org; 19 Apr 2023 14:18:13 +0000 Received: from localhost ([127.0.0.1]:35501 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pp8dR-0005hM-Db for submit@debbugs.gnu.org; Wed, 19 Apr 2023 10:18:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pp8dN-0005h4-1E for 62356-done@debbugs.gnu.org; Wed, 19 Apr 2023 10:18:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pp8dH-00007y-3b; Wed, 19 Apr 2023 10:18:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=3LOK/hpF38QOfCpKL4LbkUcaGhlyugQ89WSAFI9zZUE=; b=ZGRPoZs1R4GA9auAi6CB F3ZpEbanD1n52r2V9YDYSC/n6QMdRPNPDEfI89RdAPZ3VQuhiaz1gbv5PdCDpA8ogSUui3sr4jNsF 67KrzmwqagmoUHg5mivNBeCy/m2zRhPppzWWSLq1v5Bf34raXgvUYUHVVYrbaRsTX7fJgVFRy7Lx8 G8Qj2cB9avmzWk9SVmk8xpxH9EayREwWxtTJXSL3YbQ4tW19OSEYgH+0atA7sbjupTreR7Y7pfPxf 8nMXrvGR8VhczgkiI0OGPE0sRc+wqC3yAwU0V09ArhG1GAOQLnOfsxi7bfZvaltJfwb0KhG6lD1hc wrTOf6PZWjw4CA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pp8dG-0005v7-7J; Wed, 19 Apr 2023 10:18:02 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230321205749.4974-1-paren@disroot.org> <20230415222954.567-1-paren@disroot.org> <87edohhsmw.fsf_-_@gnu.org> <87354xymu3.fsf@disroot.org> <87pm80gpj1.fsf_-_@gnu.org> Date: Wed, 19 Apr 2023 16:17:59 +0200 In-Reply-To: <87pm80gpj1.fsf_-_@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Wed, 19 Apr 2023 12:00:34 +0200") Message-ID: <87fs8wgdm0.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ZGRPoZs1; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1681913968; a=rsa-sha256; cv=none; b=T/8rWvRuvr+GhBtTA/TGTSKnCyOvsMjMqX9OZR2cKkEy3H4B5auB2hTiQ8TE6U1P/kvCX8 cevTW1+sato6gf1XC9rqG+6HF4sCdmLqOYUwdhU8jnvOIlCfxmdXHSfnUtZc9eUB9y8qMt 6vQDOmgYcUQ6idnnJ3IQ6cssw83gsXVsIY8+ri/ZsIhgYpBrcP/4OWVLksrZySwzH+MC58 QSZas4Ai81qpiJaVor6UYOCxCoxI9wfuUvxQpvyA1Gh8epPmxjU3WNWChfK3Yk3FxwOh6K WpA1x5SpZolTEZpsY4gKXiaAS7gSftRTjG2yBCc3PDdm2UJ1wm3sdhql7Xg5Mw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1681913968; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=3LOK/hpF38QOfCpKL4LbkUcaGhlyugQ89WSAFI9zZUE=; b=Q6ZSVDuJibIBOqcSk87job235/jEcEOVnPbrZQ8f2+PeV5SkMa/IwDXMnua+latFK5GQmg CE5FjwwBNLW1LL+Z33xkyCXcMhmwZUF0m1q6pTffZSmUCIEDjv+awlGLKeiYZK9Cat6CGF Zpa1EbJWdyAootjdz2Prm/Ob3pbtnXXAff4KYkmH9lJhajZqEFRhmYdG8DDExnOVJcATju ElsGZ/RVEsVYzMQWxCtGERIytU0jTiVfz6UhL8zT+/iaLvRhgtpj0MlXnzono397fjLcPg qQ/oGSpViwqFdoWNQyFNSzcjXDB6uK0O37BB6h2OYtLkulaf9EVOlBlx7MzzLA== X-Migadu-Spam-Score: -2.91 X-Spam-Score: -2.91 X-Migadu-Queue-Id: E1E5F16E7D X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ZGRPoZs1; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org X-TUID: /3ThFenX8afa Done! https://guix.gnu.org/en/blog/2023/dissecting-guix-part-3-g-expressions/ Thank you! Ludo=E2=80=99.