From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.user Subject: RE: with-syntax return error in Guile, not in Kawa or Racket Date: Thu, 9 May 2024 11:21:44 +0200 Message-ID: <20240509112145.LxMl2C00421okyR06xMlxW@albert.telenet-ops.be> References: <8a27bbf6579a8f3676ee16ad70afca2efbec2686.camel@abou-samra.fr> <20240506205840.Kuyd2C00E17cfcj01uyfo5@xavier.telenet-ops.be> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36956"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Jean Abou Samra , guile-user To: Damien Mattei Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu May 09 11:22:16 2024 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s4zyh-0009Qs-Vq for guile-user@m.gmane-mx.org; Thu, 09 May 2024 11:22:15 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s4zyK-0004lD-3o; Thu, 09 May 2024 05:21:52 -0400 Original-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 1s4zyI-0004kx-63 for guile-user@gnu.org; Thu, 09 May 2024 05:21:50 -0400 Original-Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1s4zyG-0007fS-92 for guile-user@gnu.org; Thu, 09 May 2024 05:21:49 -0400 Original-Received: from [IPv6:2a02:1811:8c0e:ef00:70f1:355a:43c2:afa2] ([IPv6:2a02:1811:8c0e:ef00:70f1:355a:43c2:afa2]) by albert.telenet-ops.be with bizsmtp id LxMl2C00421okyR06xMlxW; Thu, 09 May 2024 11:21:45 +0200 Importance: normal X-Priority: 3 In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=telenet.be; s=r24; t=1715246505; bh=tyioNHJAihuxD2217ba9cclQ6kfZVXeyodp+cxnlkTg=; h=To:Cc:From:Subject:Date:In-Reply-To:References; b=MBMNEZsXJnQmTH8/tIckO9ITYMbE23jwee1q9lFfUldNd9DqtdOvd41OVFthSpL/I BmeD4Ue4A8NEC9jb+bYg9JqM+ZMIp4VZoop9wXXvjsQb84ps0QKaLuk3h6z9cJgsRP jIneziKtx38H0JjBR3eoFePXDEIyPngnl7mFNyX+jyZSHwq+AP8vgKTjIQXeWQ/0cf xGdjbiOGfeImOY5YEGPFTUCV5yZ0aTGzmjwJ6EKCuKHy/Dsnj0XZNPVQVLXBg3FdLJ Ai6otyWlcXddz/hAVqYMDhwRiDQ/b4q0uCn3t5Akt5vFFkqhHnFGGuZhfCQA7d9+Wm Fyqe0rbIP8VjQ== Received-SPF: pass client-ip=2a02:1800:110:4::f00:1a; envelope-from=maximedevos@telenet.be; helo=albert.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.user:19611 Archived-At: >do you mean just replacing 'list by #'list ? No, I mean doing that, _and_ doing the same inside this optimizer-parse-squ= are-brackets-arguments-lister procedure and removing the syntax->datum used= here. I don=E2=80=99t know parse-square-brackets-arguments-lister so maybe it=E2= =80=99s not necessary here (e.g. if the code it produces doesn=E2=80=99t co= ntain any identifiers), but going by the name of it, it probably is. > another strange thing perheaps related to macro is that the compile warns= me always that the optimizer-parse-square-brackets-arguments-lister proced= ure is not found: See eval-when. It=E2=80=99s mentioned somewhere in the documentation of mac= ros, perhaps close to eval-when. Best regards, Maxime DEvos