[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: First look at Guile Std Library available
From: |
Ludovic Courtès |
Subject: |
Re: First look at Guile Std Library available |
Date: |
Tue, 6 Jan 2004 23:25:25 +0100 |
User-agent: |
Mutt/1.3.28i |
Hi,
On Sun, Jan 04, 2004 at 10:28:44PM -0600, Richard Todd wrote:
> Searching with google, I found a pretty good sounding proposal from 2001
> by Martin Grabmueller for reorganizing ice-9 into a hierarchy a lot like
> what I was working towards. It even happened to have some of the same
> names like (math primes) in it! It was addressing other topics I have
> yet to bring up, but planned to, such as putting srfi capabilities in
> named modules and making (srfi srfi-XX) the alternate interface.
For features that are not defined in any SRFI, why not build on other
schemers' experience rather than write whole new interfaces? Bigloo,
for instance, already has clean interfaces for various things including
bit manipulation, dates, object serialization, fair threads (Ã la GNU
Pth), parsing, etc. It would also greatly contribute to portability
among Scheme interpreters and compilers.
My two cents.
Ludovic.
- Re: number->string radix patch (Was Re: First look at Guile Std Library available), (continued)
- Re: number->string radix patch (Was Re: First look at Guile Std Library available), Robert Uhl, 2004/01/07
- Re: number->string radix patch (Was Re: First look at Guile Std Library available), Richard Todd, 2004/01/07
- Re: number->string radix patch (Was Re: First look at Guile Std Library available), Robert Uhl, 2004/01/07
- I get unknown immediate error in guile 1.7, Roland Orre, 2004/01/08
- Re: I get unknown immediate error in guile 1.7, Roland Orre, 2004/01/08
- Re: I get unknown immediate error in guile 1.7, Kevin Ryde, 2004/01/10
- Re: First look at Guile Std Library available, Dale Mellor, 2004/01/05
- Re: First look at Guile Std Library available, Paul Jarc, 2004/01/04
- Re: First look at Guile Std Library available, Richard Todd, 2004/01/05
- Re: First look at Guile Std Library available, Paul Jarc, 2004/01/05
- Re: First look at Guile Std Library available,
Ludovic Courtès <=
- Re: First look at Guile Std Library available, Richard Todd, 2004/01/06
- Re: First look at Guile Std Library available, Andy Wingo, 2004/01/22
- Re: First look at Guile Std Library available, Thien-Thi Nguyen, 2004/01/05
- Re: First look at Guile Std Library available, Richard Todd, 2004/01/05
- Re: First look at Guile Std Library available, Dale P. Smith, 2004/01/05
- Re: First look at Guile Std Library available, Thien-Thi Nguyen, 2004/01/06
- Re: First look at Guile Std Library available, Richard Todd, 2004/01/06
Re: First look at Guile Std Library available, Clinton Ebadi, 2004/01/03