From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.devel Subject: Re: [EXT] [PATCH] Add 'bytevector-slice'. Date: Thu, 12 Jan 2023 23:27:16 +0100 Message-ID: <87o7r3fkxn.fsf@gnu.org> References: <20230111150015.10219-1-ludo@gnu.org> <87358hkmaz.fsf@gnu.org> <27DC75F6-8596-4B51-AA39-F6B76070B313@sarc.name> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21556"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Cc: "Thompson, David" , Jean Abou Samra , "guile-devel@gnu.org" , Andy Wingo To: lloda Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Thu Jan 12 23:27:35 2023 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 1pG62p-0005P7-1I for guile-devel@m.gmane-mx.org; Thu, 12 Jan 2023 23:27:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pG62b-0006lQ-8Z; Thu, 12 Jan 2023 17:27:21 -0500 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 1pG62Z-0006l4-VK for guile-devel@gnu.org; Thu, 12 Jan 2023 17:27:19 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pG62Y-0007Et-J7; Thu, 12 Jan 2023 17:27:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=wYiJbYKVDAof676/SRLw4jJgdmlpCXyEimzDpvnY5Nw=; b=ikBxFC1dSu/+5uH7knDy ENOW2uTSW1qN6Dxx3+TTaryyEuITs/B16LjZE81d2xlUE14x9UMr9Gg4v4MXiSvDd2ky0Ch9g48M8 +GC2G7IohgOCRHSFQ20Dk4XyvXTk1kO4Qs8/kJh5mJHRkhWdG5+MXZOGz05vT2ogqbdBOk3xTFPp8 7lU0ahZhUj4vLxewd91Ly4qXsIijHEDZPVTwdqY+VkTewNBPwRY9Kt7kNj6nvyiBc/vhDz8Ankj/j ZJzHxxWhiDhBt/CfhhMKdj9ygv5pYYgnELtBSxqx4UQGVxf3tlXfpmsbjzHFLdRgtKD7wNRSTc8BM E66/atCDdKNWdg==; Original-Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pG62Y-0004Fw-0Y; Thu, 12 Jan 2023 17:27:18 -0500 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 23 =?utf-8?Q?Niv=C3=B4se?= an 231 de la =?utf-8?Q?R=C3=A9volution=2C?= jour du Fer X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu In-Reply-To: <27DC75F6-8596-4B51-AA39-F6B76070B313@sarc.name> (lloda@sarc.name's message of "Wed, 11 Jan 2023 20:05:35 +0100") 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-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21569 Archived-At: lloda skribis: >> On 11 Jan 2023, at 18:37, Thompson, David wro= te: >>=20 >> On Wed, Jan 11, 2023 at 12:34 PM Ludovic Court=C3=A8s wro= te: >>>=20 >>> What could be convenient though is =E2=80=98bytevector-copy=E2=80=99 (n= o bang), which >>> would combine =E2=80=98make-bytevector=E2=80=99 + =E2=80=98bytevector-c= opy!=E2=80=99. >>=20 >> 'bytevector-copy' already exists, or do you mean some different >> implementation of it? >>=20 >> - Dave > > The current bytevector-copy takes a single argument. Right, what I had in mind is one that would take an offset and size; I hadn=E2=80=99t realized the name was already taken. Thanks, Ludo=E2=80=99.