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 C003A3858C60 for ; Sun, 22 Oct 2023 15:22:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C003A3858C60 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 C003A3858C60 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2a0c:5a00:149::25 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697988132; cv=none; b=tghQWzHpC9iPjgbjG2H+jrmA0E62QgjlbSZLL+TTEXMrPlxnZuKig0caqMUgcBf4+DxkICwwQvsdhr3D/x627H4uHcdo7/b+r/wCOCT14DxYKTFbwI7TU5IG9cVI0ftriysjuD31texq5z9i3gEKCnh1Equ6YAEZyQu6UEK9wU4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697988132; c=relaxed/simple; bh=jBe1a22krKvnwePCxsoVtsAxrmHaWj+9gE6u74gDuAQ=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=OX5a3mQlVvKvERlUAfpmkcm8rMxo4wOqPkoD/LUBeotbrs0fkl+oTVDz1AWj4NWSyKMCaKP/+f0GLApdGNpRx41vafmv12Qo7I+mNsJv2gDO2Hhw9H7DtX8WeYZgP2oJ5t4eajZ8f2t0TtvAZ7/pvbT0B9QW9uwhk1eL9XARJuc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from mailtransmit02.runbox ([10.9.9.162] 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 1quaHI-00BcO5-Hw for kawa@sourceware.org; Sun, 22 Oct 2023 17:22:08 +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=yuGa0ONXALIAk0UiDz45eryK9Q0RSBGPGUnC+CkWuII=; b=roqpm9dRnqLRqV5u52RLWHzo1q wRCwe5ZlzPsTcq51wM8kvnJ2UOr3QFAkGPlU/HZXKuP8i3pyl+dmLIxl+AR2a8uDZzGUXXDqWXK30 csa/Oio7Pyb+6L7/Xppy9tO817RFty/Al5L/JnE20Cfz5U1Ygudmd8sgcl+OG9UZvuHsxy6uCaO9a E8MRY2t9br1kliuwohd4VNUT7aZexMLFuIDxIgAW1SH0620/WG6ySgRX7jXgorSSFBou79y1yXkmK A5E3usaRxb/AbK6jMQRZhpMhNZNE9LVQ2SJYzop68VuwWLK0YPu9OxWM2FDLOnTcw/sA3u+y5/BSJ nMmEi4sA==; Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1quaHH-00014d-Rh; Sun, 22 Oct 2023 17:22:07 +0200 Received: by submission01.runbox with esmtpsa [Authenticated ID (524175)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1quaHD-0001yT-FX; Sun, 22 Oct 2023 17:22:03 +0200 Message-ID: Date: Sun, 22 Oct 2023 08:21:55 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: extern in scheme like in C Content-Language: en-US To: Damien Mattei , kawa mailing list 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=-3.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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: On 10/22/23 01:37, Damien Mattei via Kawa wrote: > does it exists in Scheme and kawa a way to 'extern' a variable? > i need to access a variable of the main file from a module or from both The is 'import' and 'export' (or ''module-export'). -- --Per Bothner per@bothner.com http://per.bothner.com/