Hello:
I'm working with a Java developer and she tells me that this works:
interpreter.eval("(load "/http://people.kmi.open.ac.uk/ning/atms/decipher-atms-single-file.lisp%5C")");
but this doesn't:
interpreter.eval("(load "/Decipher/codes/decipher-atms-single-file.lisp")");
Any idea about why this would be, and how we can load local code from a WAR web service?