bug-guile
[Top][All Lists]
Advanced

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

Re: port?


From: Gary Houston
Subject: Re: port?
Date: 22 Oct 2000 00:10:31 -0000

> From: Han-Wen Nienhuys <address@hidden>
> Date: Sun, 22 Oct 2000 01:01:38 +0200
> 
> is there a reason why (port?)  is not in guile-1.4?

Inherited from R5RS.  You can make your own:

(define (port? obj) (or (input-port? obj) (output-port? obj)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]