From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailtransmit04.runbox.com (mailtransmit04.runbox.com [IPv6:2a0c:5a00:149::25]) by sourceware.org (Postfix) with ESMTPS id D92283858C5F for ; Sat, 30 Sep 2023 16:03:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D92283858C5F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bothner.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bothner.com Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qmcQs-003DG7-Ec for kawa@sourceware.org; Sat, 30 Sep 2023 18:03:06 +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=snK8J43g3zBC3y3QeoJesnzapCBsvpe64GvinvnRte4=; b=SRn5cWx92uJ9ho+4x/BZaM8JLF SCh7+iHG/cs2MHo0ekKmIGakBYcZj2dRIptlB9cW0gOKj8gVpmDYTWrCONZD4H7XZ6RKEr4ql0pT6 4bdwjnwdRqO9RwO/KCztvO2Wh8iCL/bf/ZcFC3VDGwwBp3fES/171tRJsSUFTJqFznUWXCSXYCld5 Nanpx+T8FabL/fXZcFfN/ONIsVkftF9jM+/w8r27c/NH1xxJstRHhHRyN+ebi+p2PmlIyf5dELnuQ A8C22EcH3dSTLSkbs9l9Z4z2Pq0qQgZFYtwogzRBvdPNgeSAvkAHqVDrn2VwVXjbFnQ5HJtl5cqPX +BmZDvFQ==; Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qmcQr-00028g-NL for kawa@sourceware.org; Sat, 30 Sep 2023 18:03:05 +0200 Received: by submission01.runbox with esmtpsa [Authenticated ID (524175)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1qmcQj-0004zB-DA for kawa@sourceware.org; Sat, 30 Sep 2023 18:02:57 +0200 Message-ID: Date: Sat, 30 Sep 2023 09:02:48 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: simple main example hello world Content-Language: en-US To: kawa@sourceware.org References: From: Per Bothner In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,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: As Jamison wrote - this can be the entirety of your test.scm: (display "hello") (newline) More information and suggestions here: https://www.gnu.org/software/kawa/Scripts.html -- --Per Bothner per@bothner.com http://per.bothner.com/