unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* guile-json 0.1.0 released
@ 2013-01-30  9:48 Aleix Conchillo Flaqué
  2013-01-30 10:24 ` Nala Ginrut
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Aleix Conchillo Flaqué @ 2013-01-30  9:48 UTC (permalink / raw)
  To: guile-user, guile-devel

Hi,

I just release guile-json 0.1.0.

    https://github.com/aconchillo/guile-json

This is my first guile related release, so comments are more than welcome.

guile-json is a JSON module for Guile. It supports parsing and
building JSON documents according to the http:://json.org
specification. These are the main features:

- Strictly complies to http://json.org specification.
- Build JSON documents programmatically via macros.
- Unicode support for strings.
- Allows JSON pretty printing.

Best,

Aleix



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: guile-json 0.1.0 released
  2013-01-30  9:48 guile-json 0.1.0 released Aleix Conchillo Flaqué
@ 2013-01-30 10:24 ` Nala Ginrut
  2013-01-30 17:17 ` Billy O'Connor
  2013-01-30 18:19 ` Ian Price
  2 siblings, 0 replies; 6+ messages in thread
From: Nala Ginrut @ 2013-01-30 10:24 UTC (permalink / raw)
  To: Aleix Conchillo Flaqué; +Cc: guile-user, guile-devel

On Wed, 2013-01-30 at 01:48 -0800, Aleix Conchillo Flaqué wrote:
> Hi,
> 
> I just release guile-json 0.1.0.
> 
>     https://github.com/aconchillo/guile-json
> 
> This is my first guile related release, so comments are more than welcome.
> 
> guile-json is a JSON module for Guile. It supports parsing and
> building JSON documents according to the http:://json.org
> specification. These are the main features:
> 
> - Strictly complies to http://json.org specification.
> - Build JSON documents programmatically via macros.
> - Unicode support for strings.
> - Allows JSON pretty printing.
> 
> Best,
> 
> Aleix
> 

Nice thing!
And I've noticed that you and ijp discussed to add it to guildhall. ;-)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: guile-json 0.1.0 released
  2013-01-30  9:48 guile-json 0.1.0 released Aleix Conchillo Flaqué
  2013-01-30 10:24 ` Nala Ginrut
@ 2013-01-30 17:17 ` Billy O'Connor
  2013-01-30 19:16   ` Aleix Conchillo Flaqué
  2013-01-30 18:19 ` Ian Price
  2 siblings, 1 reply; 6+ messages in thread
From: Billy O'Connor @ 2013-01-30 17:17 UTC (permalink / raw)
  To: guile-devel; +Cc: guile-user

Aleix Conchillo Flaqué <aconchillo@gmail.com> writes:

> Hi,
>
> I just release guile-json 0.1.0.
>
>     https://github.com/aconchillo/guile-json
>
Nice.  Looks like you have a small typo in README.org:

diff --git a/README.org b/README.org
index e7d9c91..a10d75a 100644
--- a/README.org
+++ b/README.org
@@ -93,7 +93,7 @@ main /json/ macro (and /object/ and /array/). Here are some examples:
 
 - Build the string "hello world":
 
-    : (json "hello world"))
+    : (json "hello world")
 
 - Build the [1, 2, 3] array:
 




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: guile-json 0.1.0 released
  2013-01-30  9:48 guile-json 0.1.0 released Aleix Conchillo Flaqué
  2013-01-30 10:24 ` Nala Ginrut
  2013-01-30 17:17 ` Billy O'Connor
@ 2013-01-30 18:19 ` Ian Price
  2013-01-30 19:25   ` Aleix Conchillo Flaqué
  2 siblings, 1 reply; 6+ messages in thread
From: Ian Price @ 2013-01-30 18:19 UTC (permalink / raw)
  To: Aleix Conchillo Flaqué; +Cc: guile-user, guile-devel

Aleix Conchillo Flaqué <aconchillo@gmail.com> writes:

> I just release guile-json 0.1.0.
>
>     https://github.com/aconchillo/guile-json

I've uploaded it to my guildhall repo. Current users can

  guild update
  guild install json

to obtain it. People who aren't using Guildhall can find instructions at
https://github.com/ijp/guildhall/wiki/Getting-Started

I'll try and get a mail out later this week about the current state of
affairs with guildhall.

-- 
Ian Price -- shift-reset.com

"Programming is like pinball. The reward for doing it well is
the opportunity to do it again" - from "The Wizardy Compiled"



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: guile-json 0.1.0 released
  2013-01-30 17:17 ` Billy O'Connor
@ 2013-01-30 19:16   ` Aleix Conchillo Flaqué
  0 siblings, 0 replies; 6+ messages in thread
From: Aleix Conchillo Flaqué @ 2013-01-30 19:16 UTC (permalink / raw)
  To: Billy O'Connor; +Cc: guile-user, guile-devel

On Wed, Jan 30, 2013 at 9:17 AM, Billy O'Connor <billyoc@gmail.com> wrote:
>
> Nice.  Looks like you have a small typo in README.org:
>

Thanks! Fixed.

Aleix



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: guile-json 0.1.0 released
  2013-01-30 18:19 ` Ian Price
@ 2013-01-30 19:25   ` Aleix Conchillo Flaqué
  0 siblings, 0 replies; 6+ messages in thread
From: Aleix Conchillo Flaqué @ 2013-01-30 19:25 UTC (permalink / raw)
  To: Ian Price; +Cc: guile-user, guile-devel

On Wed, Jan 30, 2013 at 10:19 AM, Ian Price <ianprice90@googlemail.com> wrote:
>
> I've uploaded it to my guildhall repo. Current users can
>
>   guild update
>   guild install json
>
> to obtain it. People who aren't using Guildhall can find instructions at
> https://github.com/ijp/guildhall/wiki/Getting-Started
>

Thanks Ian! Just followed your guildhall instructions and everything
works great.

Aleix



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-30 19:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30  9:48 guile-json 0.1.0 released Aleix Conchillo Flaqué
2013-01-30 10:24 ` Nala Ginrut
2013-01-30 17:17 ` Billy O'Connor
2013-01-30 19:16   ` Aleix Conchillo Flaqué
2013-01-30 18:19 ` Ian Price
2013-01-30 19:25   ` Aleix Conchillo Flaqué

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).