From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103580 invoked by alias); 22 Oct 2019 13:19:42 -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 103570 invoked by uid 89); 22 Oct 2019 13:19:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=online, HX-Spam-Relays-External:ESMTPA X-HELO: anteater.elm.relay.mailchannels.net Received: from anteater.elm.relay.mailchannels.net (HELO anteater.elm.relay.mailchannels.net) (23.83.212.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Oct 2019 13:19:40 +0000 X-Sender-Id: dreamhost|x-authsender|chaw@eip10.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 21267E0FB9; Tue, 22 Oct 2019 13:19:38 +0000 (UTC) Received: from pdx1-sub0-mail-a84.g.dreamhost.com (100-96-90-126.trex.outbound.svc.cluster.local [100.96.90.126]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 89B5AE11FF; Tue, 22 Oct 2019 13:19:37 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|chaw@eip10.org Received: from pdx1-sub0-mail-a84.g.dreamhost.com ([TEMPUNAVAIL]. [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.5); Tue, 22 Oct 2019 13:19:38 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|chaw@eip10.org X-MailChannels-Auth-Id: dreamhost X-Print-White: 7afd8be668c0c999_1571750377968_1107410670 X-MC-Loop-Signature: 1571750377968:2634711422 X-MC-Ingress-Time: 1571750377967 Received: from pdx1-sub0-mail-a84.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a84.g.dreamhost.com (Postfix) with ESMTP id 08BDC824E9; Tue, 22 Oct 2019 06:19:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eip10.org; h=to:subject :from:reply-to:in-reply-to:mime-version:content-type:content-id :date:message-id; s=eip10.org; bh=bD1mOzymMRtrzYUJ9gXKwFd9cUk=; b= h/+Zbf6OKF+kLlUBqsKj1qzsDfVmoUDP/dxHyJAc26qyTDr7HK77qKVKfBc/VK8+ KoOOzt+NTh5h6l07tcHggpnnpMP6BwblJymC8CvsUV2ANfVXD8+gT2DhoSjvehbx fc90jlONcBWQ+p/SWd+bk8Nxyvf+Gb26p+vKbVjglCI= Received: from vpaur.eip10.org (cpe-74-75-233-46.maine.res.rr.com [74.75.233.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: chaw@eip10.org) by pdx1-sub0-mail-a84.g.dreamhost.com (Postfix) with ESMTPSA id 994B6824E8; Tue, 22 Oct 2019 06:19:34 -0700 (PDT) Received: from chaw by vpaur.eip10.org with local (Exim 4.89) (envelope-from ) id 1iMu4S-00085O-Uk; Tue, 22 Oct 2019 09:19:32 -0400 To: Per Bothner , taknamay , kawa@sourceware.org Subject: Re: SRFI 27 X-DH-BACKEND: pdx1-sub0-mail-a84 From: "Sudarshan S Chawathe" Reply-To: "Sudarshan S Chawathe" In-reply-to: Your message of "Tue, 22 Oct 2019 08:13:14 -0400." <28449.1571746394@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31084.1571750372.1@localhost> Date: Tue, 22 Oct 2019 13:19:00 -0000 Message-ID: <31085.1571750372@localhost> X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00003.txt.bz2 I'm not sure why I didn't think of it earlier, but it is probably more useful to point to my fork of the code instead of the archive.org link: https://github.com/chaw/r7rs-libs In particluar, the Kawa-specific SRFI 27 code is at: https://github.com/chaw/r7rs-libs/blob/master/srfis/kawa/srfi/27.sld Regards, -chaw > On checking the online sources now, though, the material seems to > have fallen off the Web at some point in the past year, so here is an > archive.org link that I found to a version from last year: > > https://web.archive.org/web/20180613041335/https://github.com/petercrlane= > /r7rs-libs >