unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* ice-9 r4rs
@ 2008-03-19  1:48 Sebastian Tennant
  2008-03-19 12:44 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Tennant @ 2008-03-19  1:48 UTC (permalink / raw)
  To: guile-user

Hi,

(info "(guile-1.8)File Ports")

   -- Scheme Procedure: open-input-file filename
       Open FILENAME for input.  Equivalent to
            (open-file FILENAME "r")

   -- Scheme Procedure: open-output-file filename
       Open FILENAME for output.  Equivalent to
            (open-file FILENAME "w")

These procs are found in ice-9 r4rs.  The docs make no mention of this
fact.

Having found the procs, you'd expect

  (use-modules (ice-9 r4rs))

to work but it's broken.  r4rs.scm doesn't even contain a call to
define-module.

Although:

 load-from-path "ice-9/r4rs"

doesn't throw an error open-input-file and open-output-file are still
not bound.

Sebastian





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-19 13:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-19  1:48 ice-9 r4rs Sebastian Tennant
2008-03-19 12:44 ` Ludovic Courtès
2008-03-19 13:05   ` Sebastian Tennant

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).