Raynes / clojail

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

sandbox functions? #8

Closed shisoft closed 10 years ago

shisoft commented 10 years ago

I really want to know how to procedure a function can reuse and apply in sandbox. Since clojure generates class for each eval. It will be good if I can get the function and eval only once

shisoft commented 10 years ago

wrap into fn will do that