Re: [Chicken-hackers] Gauche, R7RS, and dots

2014-08-27 Thread Peter Bex
On Tue, Aug 26, 2014 at 09:27:29PM -0400, John Cowan wrote: Gauche has just released its R7RS implementation. Existing Gauche modules use dotted names by convention (e.g. math.prime, rfc.json, text.html-lite), and these are mapped directly into R7RS module names as (math prime), (rfc json),

Re: [Chicken-hackers] Gauche, R7RS, and dots

2014-08-27 Thread John Cowan
Peter Bex scripsit: (In not-so-good news, Gambit has abandoned its R7RS implementation, or more accurately the former implementer has abandoned Gambit.) Wow, that's very unexpected news! Where was this announced? To clarify, I meant that the person doing the R7RS implementation of Gambit

Re: [Chicken-hackers] Gauche, R7RS, and dots

2014-08-27 Thread Peter Bex
On Wed, Aug 27, 2014 at 11:37:12AM -0400, John Cowan wrote: Peter Bex scripsit: (In not-so-good news, Gambit has abandoned its R7RS implementation, or more accurately the former implementer has abandoned Gambit.) Wow, that's very unexpected news! Where was this announced? To

[Chicken-hackers] Gauche, R7RS, and dots

2014-08-26 Thread John Cowan
Gauche has just released its R7RS implementation. Existing Gauche modules use dotted names by convention (e.g. math.prime, rfc.json, text.html-lite), and these are mapped directly into R7RS module names as (math prime), (rfc json), etc. So it turns out to be good that Chicken is using this