From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Newsgroups: gmane.lisp.guile.user Subject: Re: guile-json 2.0.0 released Date: Wed, 19 Dec 2018 22:13:32 +0100 Message-ID: <87woo5te2r.fsf@gnu.org> References: <87y38meqbo.fsf@gnu.org> <87lg4lzt9l.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1545253924 7944 195.159.176.226 (19 Dec 2018 21:12:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 19 Dec 2018 21:12:04 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: guile-user To: John Cowan Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Dec 19 22:12:00 2018 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZj8I-0001wa-Ry for guile-user@m.gmane.org; Wed, 19 Dec 2018 22:11:58 +0100 Original-Received: from localhost ([::1]:34179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZjAP-0004sx-C1 for guile-user@m.gmane.org; Wed, 19 Dec 2018 16:14:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZj9r-0004s0-2k for guile-user@gnu.org; Wed, 19 Dec 2018 16:13:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZj9q-0007qe-A0 for guile-user@gnu.org; Wed, 19 Dec 2018 16:13:35 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZj9q-0007qI-64; Wed, 19 Dec 2018 16:13:34 -0500 Original-Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49904 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gZj9p-0003MY-TH; Wed, 19 Dec 2018 16:13:34 -0500 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Frimaire an 227 de la =?utf-8?Q?R=C3=A9volution?= 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: (John Cowan's message of "Wed, 19 Dec 2018 15:05:30 -0500") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15133 Archived-At: Hi John, John Cowan skribis: > On Wed, Dec 19, 2018 at 1:16 PM Aleix Conchillo Flaqu=C3=A9 wrote: > > So, I'm really considering switching to alists for objects and vectors > for arrays. > > I still favor the other way about: lists for arrays, avectors for objects= , because arrays are typically varying in length and objects are mostly not. I=E2=80=99ve never seen avectors used anywhere and I=E2=80=99m not convince= d it=E2=80=99s a good idea to introduce them here as it may be off-putting to many. Ludo=E2=80=99.