[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to process stdin with Guile
From: |
Kevin Ryde |
Subject: |
Re: How to process stdin with Guile |
Date: |
Wed, 08 Mar 2006 11:57:26 +1100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
Torsten Bronger <address@hidden> writes:
>
> 1) Will the result from scm_from_locale_string() garbage-collected
> cleanly?
Yep.
> My concern is that the program should be able to read from stdin,
> too, and I question the protability of the file name
> "/dev/stdin".
scm_current_input_port() can give you the stdin port, if you want to
read from there.