Raynes / clojail

A control freak's best friend
Eclipse Public License 1.0
213 stars 27 forks source link

Possibly over-eager replacement of the dot special form #6

Closed oakes closed 9 years ago

oakes commented 10 years ago

I noticed that in the ensafen function, since comp works from right to left, the code was being macroexpanded before dotify was being run. It seems like it would make more sense to switch the order, because currently any macros defined outside the sandbox that output a dot special form will be "dotified". I assume it is only necessary to run this operation on dot special forms that come from the sandboxed code itself.