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

Re: binary vs non-binary ports

This page is part of the web mail archives of SRFI 56 from before July 7th, 2015. The new archives for SRFI 56 contain all messages, not just those from before July 7th, 2015.



At Thu, 16 Sep 2004 22:43:42 -0500, Alex Shinn wrote:
> 
> A possible way to get more portability is to go ahead and provide the
> API for specifying port types, such as
> 
>   (open-input-port <path>)     ; character port
>   (open-input-port <path> #t)  ; binary port

That was supposed to be open-input-file.

-- 
Alex