guile-user
[Top][All Lists]
Advanced

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

Re: Change every in/out port?


From: Gary Houston
Subject: Re: Change every in/out port?
Date: 12 Dec 2001 12:18:40 +0000

> From: Seong-Kook Shin <address@hidden>
> Date: Wed, 12 Dec 2001 04:15:59 +0900 (KST)
> 
> My program is a GUI program so that input/output to the
> stdin/stdout/stderr means nothing.
> 
> I want to change guile's input/output ports to the
> my internal buffers (e.g. char buf[...]).
> 
> I'm sorry that I cannot completely understand Scheme's
> port concept.
> 
> Is there any simple method to achieve this?

Probably string ports could do what you want.  Try searching for
"string port" and srfi-6 in the reference manual or mailing list
archives.




reply via email to

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