quick-clojure
quick-clojure copied to clipboard
Run clojure scripts and lein commands quickly using a persistent nREPL session
```bash Traceback (most recent call last): File "/home/tim/.local/bin/quick", line 287, in elif len(sys.argv) > 1 and sys.argv[1] == 'lein': exit_code = lein(*sys.argv[2:]) File "/home/tim/.local/bin/quick", line 276, in lein result =...
HI, If call quick-exec with an abolute path it works np : quick-exec /home/hexa/src/test-clj-script.clj But with a relative path like : pwd /home/hexa/src ./test-clj-script.clj I get : java.io.FileNotFoundException: ./test-clj-script.clj (No...
Don't know whether this is a tough one or not, but it would be nice to run the reply repl instead of the barebones python repl currently provided. Maybe it's...