This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

stupid question about pipes


Hello,

is it supposed, that

(display "Hello, world!" 
   (open-output-pipe "mimencode"))

should write `SGVsbG8uIHdvcmxkIQ==' to the `current-output-port'?

It does not.

It seems, it writes to the "stdout", but I do not understand, how to
get these data back to guile (in interactive mode, I see the output
only after finishing guile session).

I would be very appreciated for any help.

--
Best regards,
	Valentin.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]