Closed shisoft closed 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
eval
wrap into fn will do that
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