![]() The psyntax implementation relies on 3-D syntax like (let ([s (string #\i)]) (eq? s (eval `',s))) producing true, or maybe (let ([s1 (string #\i)] [s2 (string #\i)]) (eval `(eq? ',s1 ',s2))) producing false, or probably both. Neither works now in Racket. Hack around the problem well enough for benchmarking purposes by using numbers in place of strings. |
||
---|---|---|
.. | ||
common | ||
mz | ||
places | ||
rx | ||
shootout |