[plt-scheme] Testing Readability

Henk Boom lunarc.lists at gmail.com
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



More information about the plt-scheme mailing list