From: Paulo J. Matos (pocmatos at gmail.com) Date: Thu Jul 16 05:00:25 EDT 2009 |
|
Hi all, I find that the scheme languages misses infinite? which r6rs has. What's the reason for this? Is it ok to define infinite? as: (define (infinite? x) (or (eq? x +inf.0) (eq? x -inf.0))) Cheers, -- Paulo Jorge Matos - pocmatos at gmail.com http://www.pmatos.net
Posted on the users mailing list. |
|