From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by sourceware.org (Postfix) with ESMTPS id 7A08D38560AA for ; Sun, 1 Oct 2023 08:30:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7A08D38560AA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x629.google.com with SMTP id a640c23a62f3a-9b29186e20aso1402927066b.2 for ; Sun, 01 Oct 2023 01:30:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696149045; x=1696753845; darn=sourceware.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=gg+pt3s++O8GMJ6o/O38Jr+rm62rqnUM5u7qb8vbyI4=; b=AhWFdsrFN6JSeTKOQb+9FS8jaR8IyGIDanhIdVvRLx7ctU26sXu3YQABMJvpw2kCkF Oe1FZsfKrBejHacZ3e9vXDgfpTVvdae0Q+iE8iBxryAPfRrpeobZQ13yKlpmLn02x/q5 ajTAIuEAE5iFOWO3VVgA/FDCaeXZioJ/wmZHMxLV/MlUxqHPm/w5L7dHADriIeZdRrbR GBL0vzN4nLLJhjHmtUIrilVn2n9j/SJeBs/goeOkFO9mHY9YopNjuf4IcQzdLMfzCOBh zFb710k6dP0rAhO4Cxvj55FNH/fqznk5fPgO4eCFZnmGQ61cyfJTcyuvcGCgG5DUrLS0 rb1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696149045; x=1696753845; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=gg+pt3s++O8GMJ6o/O38Jr+rm62rqnUM5u7qb8vbyI4=; b=S1z1Ulh/VMMjVn+tnQtTlveIGJuvve16gWSasJf0JkbAmFcovO+glXR+7fComeiY9s 2Fi3HMhwrXUiKei7dcAp3kycX5bCOXI/JN2J5HMvFPl2VfkVk4HhL6ztdzBM0UvDHxPo x82NIx+8ejRA6MDjVA9cRsid5sI8VXlxqr/OiKyunh6hC+gaMy6BVM+GInJqfso8yfua yb7MQ8w5BIt2fjkV9DLcej6ZeBL/7WYUjsa9I2eQ2QRGm9YLMMP2BFv6BJEektfbfjw/ 93pugvvgSyZhf4QKwt5yeW5CozJmXsrgXna5KI6idilO0uyoNbNSh69x2SVd0xvN9YOg /xyQ== X-Gm-Message-State: AOJu0YxqMdAWHH858BACWfQcYRIwhhj1x/Tv0W4RMBncSPKMv6qPXU/P nF3Rik8ZT7L2/rSaqPI7CoMbdM6Y1JFqAgYArgvgWjT6fu4= X-Google-Smtp-Source: AGHT+IFvHXIfq5u/TPK7E+igxyvjVA4WEuZkPzaO/IDl7rhl8UA0Rr0QZEYfCJrRUU6GhYD++K6gJBdRp3akTqTP2WQ= X-Received: by 2002:a17:907:7635:b0:9b2:ecbd:8412 with SMTP id jy21-20020a170907763500b009b2ecbd8412mr2962091ejc.47.1696149044893; Sun, 01 Oct 2023 01:30:44 -0700 (PDT) MIME-Version: 1.0 References: <8d4ff92a-61c7-08ee-65b7-52c99a00a1e9@bothner.com> In-Reply-To: <8d4ff92a-61c7-08ee-65b7-52c99a00a1e9@bothner.com> From: Damien Mattei Date: Sun, 1 Oct 2023 10:30:33 +0200 Message-ID: Subject: Re: simple main example hello world To: Per Bothner Cc: kawa@sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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: the code in attachment is mainly from SRFI 105 and is described as "a simple R5RS reader, with a few minor (common) extensions." but i never test it on Kawa code, i will test that as i want to port my Scheme+ to Kawa as i have now a reader and i will test on my examples. On Sun, Oct 1, 2023 at 1:29=E2=80=AFAM Per Bothner wrote: > > > > On 9/30/23 13:11, Damien Mattei wrote: > > and can convert any curly-infix scheme code to prefix scheme but the > > scheme should be R5RS compliant and i'm not sure Kawa is ? > > By default, no, but there are options, like --r5rs or --r7rs you can use:= See https://www.gnu.org/software/kawa/Options.html#Options-for-language-sel= ection > > > > -- > --Per Bothner > per@bothner.com http://per.bothner.com/