* Patrick May [2010-04-01 19:59+0200] writes: > Interesting. I tried this with SBCL and it worked. Why would > ccl64 behave differently? (Code below.) Probably because *readtable* is a only modified in the per-thread binding in CCL and if you only change it in the repl thread other threads don't see that. Helmut