From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id IM0jCD4ngmMQLQAAbAwnHQ (envelope-from ) for ; Sat, 26 Nov 2022 15:48:30 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id sGgbCD4ngmMOigAA9RJhRA (envelope-from ) for ; Sat, 26 Nov 2022 15:48:30 +0100 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 C6C6015A88 for ; Sat, 26 Nov 2022 15:48:29 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oywTQ-00005H-W7; Sat, 26 Nov 2022 09:48:09 -0500 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 1oywTL-00004y-F7 for guix-patches@gnu.org; Sat, 26 Nov 2022 09:48:05 -0500 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 1oywTL-0007hk-7J for guix-patches@gnu.org; Sat, 26 Nov 2022 09:48:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oywTK-0005hp-BM for guix-patches@gnu.org; Sat, 26 Nov 2022 09:48:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#58812] [bug#59164] Coding style: similarly-named variables Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 26 Nov 2022 14:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58812 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: zimoun Cc: 59164@debbugs.gnu.org, Maxim Cournoyer , 58812@debbugs.gnu.org Received: via spool by 58812-submit@debbugs.gnu.org id=B58812.166947406021901 (code B ref 58812); Sat, 26 Nov 2022 14:48:02 +0000 Received: (at 58812) by debbugs.gnu.org; 26 Nov 2022 14:47:40 +0000 Received: from localhost ([127.0.0.1]:38350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oywSy-0005h9-Bg for submit@debbugs.gnu.org; Sat, 26 Nov 2022 09:47:40 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oywSx-0005gl-CY; Sat, 26 Nov 2022 09:47:39 -0500 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 1oywSs-0007dV-4V; Sat, 26 Nov 2022 09:47:34 -0500 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=pXhHo9+CVvQAVWtIQsYZk2Is/Xw+D53l5GQ4hF1jA5k=; b=rAaFGDtb9TxkQH3Sd9Qm U9G1EIy2HUneTm8daNmfiCMTnApaqpIHduib2EtfZU48gRsBdu01MmQz2Uq7bJm4PGzPienw6yYTc mPb0OCRXbPnHRJwVFzBCE09hI/Dk6UEyP5q3M47I+k7ixKqA51+ITYlz0Cnqf9Aqu/90LWPitqDgl T/oc+lqrhQ99NYdvABjsviMQBOiSQQiX5F+dJos+zW8+MZe5ggtQ3eUNA8dtt/mVqFFDnBGWLoomO dRlK1bkJnqjV3ejHmRWBWSgxVihnqWiVHXKqCc/7X5n+zFtesicQazbIA3vuooNEkQRckMTyYfH7f OIyzHG30IzmOgg==; 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 1oywSr-0003ig-Ob; Sat, 26 Nov 2022 09:47:33 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20221027035100.28852-1-maxim.cournoyer@gmail.com> <20221027035100.28852-3-maxim.cournoyer@gmail.com> <87leojon1z.fsf_-_@gnu.org> <877d03xywl.fsf@gmail.com> <87sfihfpng.fsf_-_@gnu.org> <86zgcpju9p.fsf@gmail.com> <87y1s82o23.fsf@gmail.com> <87zgckwdtw.fsf@gmail.com> <87sficqb71.fsf@gmail.com> <86fsebdpl9.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Sextidi 6 Frimaire an 231 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de la =?UTF-8?Q?M=C3=A2che?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 26 Nov 2022 15:47:31 +0100 In-Reply-To: <86fsebdpl9.fsf@gmail.com> (zimoun's message of "Tue, 22 Nov 2022 15:35:30 +0100") Message-ID: <87pmd993i4.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-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1669474109; 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-cc: 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=pXhHo9+CVvQAVWtIQsYZk2Is/Xw+D53l5GQ4hF1jA5k=; b=tbhBeOeC11K1ALG/8XLX5yUCG9a8Fg3ryzzrqpqFTp07Ab78yzsfRtPLBnxll5D7QPEx9/ dSCy5e2wB0k42UAfYPGhfqDeU6BXe+4L7k41PhjmwI2A8K80Oa2QU9plWbGZjLs1lG8sZB i6w/Jz7lzTA6ohGHALWVaZzLI+XkixJ3jhEr99XjJxFg5+9XHS+ynX08XQPf8hyea4uReF S0eS2A/Nc0Sje1Xbi4oco9wtRpQAXpOKJOKkZomjxAnh5V2oRoR5hzjSDE5gEQp02sS2FW N3Wi7BQ7wpgEoUbWUUBTQM8HzC6aompU3TlJzIxLtjYG1LJJ/VYpFdq+znbBog== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1669474109; a=rsa-sha256; cv=none; b=BQZu2VO98H7R0uTmp/HHN74fFt30Z+7a5p/1eVYRTRLx1i1fLoxwcivvwlLRwJQZFBFjb8 BtU0uvt/Xv1qnZGqmK823GmnOjrTrDNbp215qCZM1/cE1775zN+wmZQjK3L+OfK1kAWTNI pMw6Z2I/HBZVnl5RBK1REyc5ggYx9hG35HiTfSt/PFSJ+UY9M9qlOSQK+rXrlWbcDWSMhu mqesdBx9Hi9PwaUFndcxEmt8NGH9Zj3UCMEfkY9AP8MeN0XdXrI5Ckj4p8HbbSVUKbegQg ZqK/hHOdY9U9Mw4FBaU2okKceKZAbK2vOdSM6oTbDoCj/6jQHcspg/NJk13/Mw== 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=rAaFGDtb; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -3.87 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=rAaFGDtb; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: C6C6015A88 X-Spam-Score: -3.87 X-Migadu-Scanner: scn1.migadu.com X-TUID: vBZ3dSfFQmpp Hi, zimoun skribis: > I totally agree! Preparing some materials for introducing Guile to > GuixHPC folk, I am trying to collect some tips and, if I am honest, the > debugging experience with Guile is really poor; compared to others (as > Python). For example, DrRacket provides an easy and nice user > experience [1] =E2=80=93 where it is easy to compare each intermediary re= sult in > the debugger. For what it is worth, I have not been able to have some > similar inspections as in [1]. Maybe, I am missing something=E2=80=A6 Looking at the video you posted, I better understand what debugging features we=E2=80=99re talking about. DrRacket is the gold standard; here = it does something similar to what we have with in Elisp with EDebug, which is certainly useful. It may be more of a limitation of Geiser than of Guile. I find it more useful in =E2=80=9Ctypical=E2=80=9D imperative ELisp code than in functiona= l Scheme code, but it=E2=80=99d be nice to have either way! Ludo=E2=80=99.