From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: lloda Newsgroups: gmane.lisp.guile.user Subject: Re: Weird import behaviour of digital modules Date: Sat, 8 Jun 2024 23:15:53 +0200 Message-ID: <2B10CF59-65FB-40DD-BEDA-42D40FAD2DD6@sarc.name> References: <72D47188-36F7-49D8-8E25-7C2932A27728@sarc.name> Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26874"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Yuval Langer , guile-user@gnu.org To: Tomas Volf <~@wolfsden.cz> Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Jun 08 23:16:39 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 1sG3QV-0006m9-8t for guile-user@m.gmane-mx.org; Sat, 08 Jun 2024 23:16:39 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sG3Pv-0007v1-L2; Sat, 08 Jun 2024 17:16:03 -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 1sG3Pu-0007uq-RS for guile-user@gnu.org; Sat, 08 Jun 2024 17:16:02 -0400 Original-Received: from mta-08-4.privateemail.com ([198.54.122.147]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sG3Pt-000852-8G for guile-user@gnu.org; Sat, 08 Jun 2024 17:16:02 -0400 Original-Received: from mta-08.privateemail.com (localhost [127.0.0.1]) by mta-08.privateemail.com (Postfix) with ESMTP id 3CECE18000AD; Sat, 8 Jun 2024 17:15:59 -0400 (EDT) Original-Received: from [192.168.1.9] (unknown [51.154.167.214]) by mta-08.privateemail.com (Postfix) with ESMTPA; Sat, 8 Jun 2024 17:15:56 -0400 (EDT) In-Reply-To: X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=198.54.122.147; envelope-from=lloda@sarc.name; helo=MTA-08-4.privateemail.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:19716 Archived-At: > On 8 Jun 2024, at 19:30, Tomas Volf <~@wolfsden.cz> wrote: >=20 > On 2024-06-08 15:59:12 +0200, lloda wrote: >> Modules can't have numbers as names in general >=20 > Modules most definitely *can* have numbers as names, my Advent of Code = solutions > are stored in files matching $YEAR/$DAY pattern (e.g. 2023/01.scm) and = it works > just fine, both define-module and use-modules. i stand corrected. But then why isn't srfi/n a symlink to srfi/srfi-n = instead of the way it's done that only works with import? regards daniel=