[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

reading zl syntax files from cl



In coverting to common lisp, I have some old data files
I would like to be able to read in. They were written
under zl syntax, with "/" for escape char and single
colons for unexported symbols.

Is there a way to temporarily change (let-bind?) the 
prevailing lisp-syntax for the duration of a read from file?

tnx,
-f