Re: textual output primitives

2016-06-06 Thread Ludovic Courtès
Hello! Andy Wingo skribis: > I have a simple question. Imagine you have to write the section of the > Guile manual on textual I/O. What interfaces do you recommend people to > use to output characters and strings to a port? R6! > OK that's the status. Anyway, the conundrum: two of the primi

textual output primitives

2016-06-05 Thread Andy Wingo
Hi! I have a simple question. Imagine you have to write the section of the Guile manual on textual I/O. What interfaces do you recommend people to use to output characters and strings to a port? For context, I was wrapping up the non-blocking I/O work recently and came to a quandary. Most ever