From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: more advanced bytevector => supervectors Date: Thu, 2 Sep 2021 21:47:55 +0200 Message-ID: <20210902194755.GB13142@tuxteam.de> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+pHx0qQiF2pBVqBT" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5935"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.5.21 (2010-09-15) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Thu Sep 02 21:48:24 2021 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 1mLshE-0001Kg-9i for guile-devel@m.gmane-mx.org; Thu, 02 Sep 2021 21:48:24 +0200 Original-Received: from localhost ([::1]:58646 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLshD-0004ls-1K for guile-devel@m.gmane-mx.org; Thu, 02 Sep 2021 15:48:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33822) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLsh2-0004li-M8 for guile-devel@gnu.org; Thu, 02 Sep 2021 15:48:12 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]:37095) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.90_1) (envelope-from ) id 1mLsgt-0007MI-Oy for guile-devel@gnu.org; Thu, 02 Sep 2021 15:48:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:Date; bh=pDTWkeks44xIiCBwInpybs6rnM9ootaXG+kZyyl2Jrk=; b=H8HuIxVcwvy0sb4EYVr+IXhupRAOt3DLgFCjAXq7ix37OzpoXOKtMQkG2xL672jqdi4K4/7XxTAwVS+39Y3PZEiSe3q7VY0F61KQf5U2fdxYat1PSz31INB74RUp+lzkkOe3OAs+wn3S/2CjNtCtStuEi6cc8pe3K1rGbD8bBvT00iPoMkLprXyK5RsNd+6Wc54RBT/YgmOg/hWolNZhxH9315HrBNdDAbQ0tZc7GogeKqilOyd6AcXhI27gviZqQJ6Fvh4+OrMjOsHSMNqts5MLeXNeCY2Js1KcoDdj0CdUAQUBkCP/3kZWFf5po3MtIefGbPpvZFKP8fSjX7JZtQ==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.80) (envelope-from ) id 1mLsgl-0001Rq-2B for guile-devel@gnu.org; Thu, 02 Sep 2021 21:47:55 +0200 Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.23 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:20839 Archived-At: --+pHx0qQiF2pBVqBT Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 02, 2021 at 12:11:12PM -0700, Matt Wette wrote: > maybe guile could consider regexp's in scheme > see=C2=A0 https://ds26gte.github.io/pregexp/index.html This would have other advantages (e.g. suspendable match off a port), right? Cheers - t --+pHx0qQiF2pBVqBT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAmExKmsACgkQBcgs9XrR2kawtQCbB1CfPZ75K7PnuS7LH1KLUhM2 kskAn0g2XFUoAEyfFq68DCgq1GvAskY7 =pzEQ -----END PGP SIGNATURE----- --+pHx0qQiF2pBVqBT--