From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57820 invoked by alias); 19 Jan 2019 06:50:36 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 57807 invoked by uid 89); 19 Jan 2019 06:50:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.17.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 19 Jan 2019 06:50:34 +0000 Received: from nexoid.at ([178.79.130.240]) by mail.gmx.com (mrgmx101 [212.227.17.168]) with ESMTPSA (Nemesis) id 0M9fLX-1gwbcY2cJD-00Czqv for ; Sat, 19 Jan 2019 07:50:29 +0100 Received: from nofanex (cm56-144-157.liwest.at [86.56.144.157]) by nexoid.at (Postfix) with ESMTPSA id DBE35BCBC for ; Sat, 19 Jan 2019 07:50:27 +0100 (CET) From: To: kawa mailing list Subject: R7RS-large aliases for srfis Date: Sat, 19 Jan 2019 06:50:00 -0000 Message-ID: <87ef99rvik.fsf@nexoid.at> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00023.txt.bz2 Hello ;) Would it be possible to add the r7rs-large aliases for existing srfis? For example, srfi-1 should also be loadable as (import (scheme list)). If there is no existing mechanism in kawa for aliases, something like the following would suffice: (define-library (scheme list) (import (srfi :1)) (export xcons ...) ;; just re-export all identifiers ) chibi does exactly that ;) Would be great to help with writing portable(r) code. Greetings, Peter