From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Added srfi-214: flexvectors Date: Thu, 20 Jan 2022 16:53:25 +0000 Message-ID: <5553e04cc9f3b7d4c421829c18b1188a867707ad.camel@telenet.be> References: <87fspjzq67.fsf@vijaymarupudi.com> <8b6bb918e76adc83c5785f6e544c5169bba8f25d.camel@telenet.be> <87y23axvxu.fsf@vijaymarupudi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-gAUCViG3LwvRnVIn00Hj" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10201"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-1 To: Vijay Marupudi , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Thu Jan 20 23:49:35 2022 Return-path: Envelope-to: guile-devel@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 1nAgFK-0002Ta-Rc for guile-devel@m.gmane-mx.org; Thu, 20 Jan 2022 23:49:34 +0100 Original-Received: from localhost ([::1]:46514 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nAgFJ-0002WU-DE for guile-devel@m.gmane-mx.org; Thu, 20 Jan 2022 17:49:33 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47966) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAagj-0001UI-Vj for guile-devel@gnu.org; Thu, 20 Jan 2022 11:53:30 -0500 Original-Received: from [2a02:1800:120:4::f00:13] (port=33988 helo=baptiste.telenet-ops.be) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nAagi-0002pP-36 for guile-devel@gnu.org; Thu, 20 Jan 2022 11:53:29 -0500 Original-Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by baptiste.telenet-ops.be with bizsmtp id l4tR2600p4UW6Th014tRe7; Thu, 20 Jan 2022 17:53:26 +0100 In-Reply-To: <87y23axvxu.fsf@vijaymarupudi.com> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1642697606; bh=bFhGRD/go9/82QVg7ncVQ2Chu/M75TV6P3YZllMCDpk=; h=Subject:From:To:Date:In-Reply-To:References; b=DSe88oAu5T2/8uD7AGsOhrLF3bpzNTcQuhcxsyxI4J3k2Afy2n31RL5a25wvQ0J7D h3nPmQ6MGtWAq3iG6OYq6PbB+Zkmtw+2Lk5VKU4D5mDGwMWN8tQNYeMBJ2gNvwBlQN A8wIdag8uebY07c+2ygTRBWUlWQhvGI0tPqQWa8FTKr8QDPyi+heIEz+v3ah3sld2m kyDkFr6bUI6dOqfZR++2e1KuSqRWilG7QuHp1evrdJ5qyQuSWrPK9g9hNd8d20xJcz 9pJWO2BXsG1hrpMzrEFydDRTR1+w0vIq7hdBNYhwKJI2OYBzKH9fW+amvmHATYzSBw C40LbF+Av4wGg== X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:1800:120:4::f00:13 (failed) Received-SPF: pass client-ip=2a02:1800:120:4::f00:13; envelope-from=maximedevos@telenet.be; helo=baptiste.telenet-ops.be X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.io gmane.lisp.guile.devel:21049 Archived-At: --=-gAUCViG3LwvRnVIn00Hj Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Vijay Marupudi schreef op do 20-01-2022 om 10:34 [-0500]: > My latest patch now has documentation, mostly derived from the SRFI- > 214 > documentation. Who would have figured that conversion to texinfo > would be the > most time consuming part of this patch? >=20 > I would like advice on how to attribute the documentation to Adam > Nelson. Here are two examples in the wild (slib): > 6.18.11 provide and require > --------------------------- >=20 > Aubrey Jaffer, mostly to support his portable Scheme library SLIB, > implemented a provide/require mechanism for many Scheme > implementations. > Library files in SLIB _provide_ a feature, and when user programs > _require_ that feature, the library file is loaded in. >=20 (GOOPS): > 8 GOOPS > ******* > > GOOPS is the object oriented extension to Guile. Its implementation > is > derived from STk-3.99.3 by Erick Gallesio and version 1.3 of Gregor > Kiczales=E2=80=99 =E2=80=98Tiny-Clos=E2=80=99. It is very close in spiri= t to CLOS, the > Common > Lisp Object System, but is adapted for the Scheme language. >=20 > [...] > 8.1 Copyright Notice > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > The material in this chapter is partly derived from the STk Reference > Manual written by Erick Gallesio, whose copyright notice is as > follows. >=20 > Copyright =C2=A9 1993-1999 Erick Gallesio - I3S-CNRS/ESSI > Permission to use, copy, modify, distribute,and license this software > and its documentation for any purpose is hereby granted, provided > that > existing copyright notices are retained in all copies and that this > notice is included verbatim in any distributions. No written > agreement, > license, or royalty fee is required for any of the authorized uses. > This software is provided =E2=80=9CAS IS=E2=80=9D without express or impl= ied > warranty. >=20 > The material has been adapted for use in Guile, with the author=E2=80= =99s > permission. Greetings, Maxime. --=-gAUCViG3LwvRnVIn00Hj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYemThRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7j0xAQCSk1XEOznz8uMJ6x2WDT+vouEb avHySDpEYdeRTW56gwEA0nb89KbMLUMcydgGexBXAhTOSRghIK3samGjJ3QWiAg= =3uSE -----END PGP SIGNATURE----- --=-gAUCViG3LwvRnVIn00Hj--