[plt-scheme] define own escape sequences?
On Jun 16, Felix Klock's PLT scheme proxy wrote:
> You need to use the old require format for the older PLT version.
>
> (require (lib "readerr.ss" "syntax"))
There is much that would be different in 372.
> However, my attempt to test Eli's code out led to a new problem:
> regexp-try-match does not seem to be part of v372.
That was (and still is for compatibility) provided from mzlib/string
(or (lib "string.ss" "mzlib") in the old version), and it was called
`regexp-match/fail-without-reading'.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!