final IClojureRepl repl = new IClojureRepl(reader);
new ControlCSignalHandler(repl).install();
preamble(reader);
loadRequestedScripts(args);
repl.loop();
} catch (IOException e) {
e.printStackTrace();
System.err.println("Unable to create console reader");
} catch (ClassNotFoundException e) {