I am writing an application that allows users of my application to extend it using Clojure. Clojure is entered through the web page of the application and is "nullified" to run. My question is, how can I use this code introduced by users so that it doesn't harm anything or cause System.exit or something like that?
Zubair
source share