Is it possible to at least compile Clojure source code to Java bytecode before running the program? I'm pulling my hair out just trying to pass even the simplest problems. They all run under the time limit without compiling on my system but knowing that SPOJ is a lot slower than typical systems, the least that can be done is to compile the source code before execution. It's quite unfair to run them via the interpreter because just loading the interpreter takes about 1s.
created
last reply
- 1
reply
- 424
views
- 2
users
- 1
like