guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new glug.org/docbits: srfi watch


From: Martin Grabmueller
Subject: Re: new glug.org/docbits: srfi watch
Date: Thu, 15 Mar 2001 12:30:37 +0100 (MET)

[moved from guile-user to guile-devel]

> From: Martin Grabmueller <address@hidden>
> Date: Thu, 15 Mar 2001 10:21:47 +0100 (MET)
> 
> srfi-6:
> 
> should not be so hard, since we already have string ports. I'd
> volunteer to do this one.

I have committed the changes to CVS.  The new procedures

open-input-string
open-output-string
get-output-string

are primitives in strport.c.

I am thinking about moving them to a different file, say srfi-6.c, and
define them in a module `(ice-9 srfi-6)', in the style of rdelim.c.
Is that a good idea? Or should they be left in the root module?

Regards,
  'martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]