From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: guile-json 4.0.0 released Date: Sun, 17 May 2020 11:08:37 +0200 Message-ID: <1679c948-3183-c992-d44b-b42844f98495@posteo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="91187"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun May 17 11:08:56 2020 Return-path: Envelope-to: guile-user@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 1jaFHz-000Nbv-Tq for guile-user@m.gmane-mx.org; Sun, 17 May 2020 11:08:55 +0200 Original-Received: from localhost ([::1]:45422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jaFHy-00012J-WB for guile-user@m.gmane-mx.org; Sun, 17 May 2020 05:08:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35656) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jaFHp-00011Y-11 for guile-user@gnu.org; Sun, 17 May 2020 05:08:45 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:56333) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jaFHn-0007Vy-Gp for guile-user@gnu.org; Sun, 17 May 2020 05:08:44 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 127CF16005C for ; Sun, 17 May 2020 11:08:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1589706520; bh=k7paUwHYcVpOoxXMyS+0CtuA3v5hEFR13HL3Nm6rm5g=; h=Subject:To:From:Date:From; b=awdBHrxEzT1eBhp+sF3WShleQjITNxBw+L5UZu10m0NmHUP2GX94Sv9cu9Z/fi4aq wbJvgyu0WJjCotZHTABBBvqIwNBODfd4vO2Qx4VABP5ecfFofFQtF+0mxm0disIH0m iVUAxZ1iD+uzpmWWhGWwS8aPE5zy9qviPGlggunwQvwtoYlPlEHTsqPoYWxpO/tMcD i1y6WzrHduuPxZCnxhsw5PkhSMYGR1XOUb7t/0JQ8kDlZHHyUCDqsvfoRnXQj7qxeR IuOlMN1Mfi3lNISVbWb7zxltcbaHVI/cp8nBP0c8ZnbjBLw4gYxGaW2kM4p6UNBEIv 2tyrU8yCGEzGg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49PxCC3JRfz6tmX for ; Sun, 17 May 2020 11:08:39 +0200 (CEST) In-Reply-To: Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=zelphirkaltstahl@posteo.de; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/17 05:08:40 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16466 Archived-At: Hi! Congrats to the new version! Your project has made quite some progress! Best regards, Zelphir On 5/17/20 8:42 AM, Aleix Conchillo Flaqué wrote: > Hi! > > I'm super excited to announce guile-json 4.0.0. This new version comes with > a couple of small breaking changes and huge performance improvements (up to > 6x faster). > > Huge thanks to Linus Björnstam who brought up the performance issues plus a > bunch of suggestions of how to improve them and followed along all the way. > > * About > > guile-json is a JSON module for Guile. It supports parsing and building > JSON documents according to the http://json.org specification. > > - Complies with http://json.org specification. > - Builds JSON documents programmatically using scheme data types. > - Allows JSON pretty printing. > > * Download > > Compressed sources and a GPG detached signature[*]: > > http://download.savannah.nongnu.org/releases/guile-json/guile-json-4.0.0.tar.gz > http://download.savannah.nongnu.org/releases/guile-json/guile-json-4.0.0.tar.gz.sig > > [*] To verify download both files and then run: > > gpg --keyserver keys.openpgp.org \ > --recv-keys 7CEC5511C8D057A9EF17470C54D4CC6FFC7468F4 > > gpg --verify guile-json-4.0.0.tar.gz.sig > > * Changes since 3.5.0 > > https://github.com/aconchillo/guile-json/blob/master/NEWS > > Bugs and comments can be reported at > https://github.com/aconchillo/guile-json/issues > > Happy hacking! > > Aleix