From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailtransmit05.runbox.com (mailtransmit05.runbox.com [IPv6:2a0c:5a00:149::26]) by sourceware.org (Postfix) with ESMTPS id 813F5384DD00 for ; Mon, 13 May 2024 21:47:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 813F5384DD00 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bothner.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bothner.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 813F5384DD00 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2a0c:5a00:149::26 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715636846; cv=none; b=qzubCDy4hGc29VyLZFWR4B1GaJU5RfpCq/XipBpFz9u6dfbVmABi2yIhwe9HGSoexKMl6FnxKYeDxueleOyi9Kri4y9Lvs/Pg9pqtyOiVrnxZF+RYiaMiMiR3K3xG+V1k1uzyKwjU7BhzNl0pu6AuPwGRX7RBgL1J4OaXjVJbhQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1715636846; c=relaxed/simple; bh=Qba+QB+UgWlJDsygxCiRczoLAmuYg8mTPTqRW1u1i5o=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=jnukmWt4OTOLhb/KtM0MurVeuL0lAwIQyoXIP3dF1nsQhJjC1OTz/I04h6opvB3OCPx2R72SkntF2CrXpP/DHwhogLfuopd6Udwx+uOYc2xs24v+VI39J+wu/qZ1A/XeU+rRhg3Wns49GBgQ8qlXfxD8lZmKU1rBK2kVNabftvI= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1s6dVy-00D6dU-1l for kawa@sourceware.org; Mon, 13 May 2024 23:47:22 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bothner.com ; s=selector1; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From: References:To:Subject:MIME-Version:Date:Message-ID; bh=q2MeBqn6GZPDVkDFzEJOGocOdldq2jozOX9hsduo+wQ=; b=hTRufpz+v+Df9V+Ek+S15JZ4HX ACgz0Ia9+Wrme3GJrAyzO2tIX1UYaZ92DyuqoaWjZfu0k7IVZ0UvRVOEl+Bpd1e5FlE97NAOZv32O LZkJW6uv8d4oQlgiTYBcD6vfqc48CbATIGtiILHAvgoTXeC85cLM7gasUbjT3VpTNVvE6pAKDBu4p s9jl1ZsxzA2+y7SJN14jOL09Dd4UgYwNRChKT9wc0XrlO46SzjYRmVbVo2cwagiH/vAmapv8C8Rkm h2AlQsMqbN+8Pe/3DweIhKAKJhVElGyDRWVGjl/Wa6YE3WydV+g3jjQQlOrM9egv2th5GhrR+ofA1 8Ii8t58A==; Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1s6dVx-00011U-Ak; Mon, 13 May 2024 23:47:21 +0200 Received: by submission03.runbox with esmtpsa [Authenticated ID (524175)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1s6dVv-008Emo-3p; Mon, 13 May 2024 23:47:19 +0200 Message-ID: <217f6a16-554d-4723-b792-d1ff16893b15@bothner.com> Date: Mon, 13 May 2024 14:47:15 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: syntax? in kawa/scheme To: Damien.MATTEI@univ-cotedazur.fr, kawa References: <36548656-ba14-441d-8467-1e08f6e83194@oca.eu> Content-Language: en-US From: Per Bothner In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 5/13/24 1:36 PM, Damien Mattei wrote: > but in fact my problem is to test equality for 2 syntax object and i can not use equal? : Why? What are you actually trying to do? -- --Per Bothner per@bothner.com http://per.bothner.com/