[plt-scheme] Testing Readability

From: Chongkai Zhu (czhu at cs.utah.edu)
Date: Sun Jul 6 17:04:41 EDT 2008

Use read-from-string from mzlib/string.

Chongkai

Henk Boom wrote:
> 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
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>   



Posted on the users mailing list.