[plt-scheme] Testing Readability

From: Henk Boom (lunarc.lists at gmail.com)
Date: Sun Jul 6 13:33:15 EDT 2008

I've defined 'read-from-string' as:

(define (read-from-string s)
  (read (open-input-string s)))

Is it possible to test the readability of a string to define a
'readable-string?' function without just catching all exceptions from
read?

    Henk


Posted on the users mailing list.