[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile-user Digest, Vol 204, Issue 2
From: |
John Cowan |
Subject: |
Re: guile-user Digest, Vol 204, Issue 2 |
Date: |
Tue, 5 Nov 2019 19:28:15 -0500 |
+1. If only it weren't GPL3, which makes it ineligible to be a SRFI
implementation....
Is there any chance of dual-licensing it under MIT?
On Tue, Nov 5, 2019 at 7:03 PM Zelphir Kaltstahl <address@hidden>
wrote:
> This is great! A solid JSON parsing and outputting library is important
> for a programming language these days! Thanks for your work!
>
> On 11/5/19 6:00 PM, address@hidden wrote:
> > Message: 1
> > Date: Mon, 4 Nov 2019 22:28:12 -0800
> > From: Aleix Conchillo FlaquƩ <address@hidden>
> > To: guile-user <address@hidden>
> > Subject: [ANN] guile-json 3.3.0 released
> > Message-ID:
> > <
> address@hidden>
> > Content-Type: text/plain; charset="UTF-8"
> >
> > Hi,
> >
> > I'm pleased to announce guile-json 3.3.0. This new version comes with a
> few
> > improvements: guile-json will now throw an exception if the native scheme
> > value used to build a JSON document is invalid (this is done before
> > printing any JSON). Also, an additional key argument #:validate can be
> > given to ignore the validation in the case performance is important and
> the
> > data is known to be valid. Empty JSON array slots are also considered
> > invalid, before they were generating an invalid scheme representation. A
> > few more details can be found on the NEWS file.
> >
> > https://github.com/aconchillo/guile-json
> >
> > Best,
> >
> > Aleix
>
>
- Re: guile-user Digest, Vol 204, Issue 2, Zelphir Kaltstahl, 2019/11/05
- Re: guile-user Digest, Vol 204, Issue 2,
John Cowan <=
- guile-json, SRIFs and licenses, Zelphir Kaltstahl, 2019/11/06
- Re: guile-json, SRIFs and licenses, John Cowan, 2019/11/06
- Re: guile-json, SRIFs and licenses, Zelphir Kaltstahl, 2019/11/06
- Re: guile-json, SRIFs and licenses, John Cowan, 2019/11/06
- Re: guile-json, SRIFs and licenses, Arne Babenhauserheide, 2019/11/06
- Re: guile-json, SRIFs and licenses, Mark H Weaver, 2019/11/09
- Re: guile-json, SRIFs and licenses, John Cowan, 2019/11/09
- Re: guile-json, SRIFs and licenses, Arne Babenhauserheide, 2019/11/10
Re: guile-user Digest, Vol 204, Issue 2, Mark H Weaver, 2019/11/08