Re: reader safe



Alex Mizrahi wrote:


at least i'd like to read it -- i don't want to write my own reader.
then i can filter out symbols that are not supposed to be available, and only then evaluate.


Do you have a list of them yet? It would probably be easier if you
are using a OS like BSD where you fork a seperate Lisp process in a jail
with very limited access (like no file descriptors), small VM use and
limited cpu quotas, unable to fork children, etc, etc, etc.

W
.