quick-clojure icon indicating copy to clipboard operation
quick-clojure copied to clipboard

running hello world example doesn't work

Open timeyyy opened this issue 7 years ago • 1 comments

Traceback (most recent call last):
  File "/home/tim/.local/bin/quick", line 287, in <module>
    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 = evaluate(code, ns='leiningen.core.main', toplevel=True)
  File "/home/tim/.local/bin/quick", line 183, in evaluate
    raise Exception('Eval returned bad exit status: %s' % (message['status'][0]))
Exception: Eval returned bad exit status: namespace-not-found

Leiningen 2.7.1 on Java 1.8.0_171 OpenJDK 64-Bit Server VM

timeyyy avatar Jun 24 '18 19:06 timeyyy

Hi @timeyyy I haven't worked on this code in years. Actually, I had forgotten what it does until I reviewed the readme file! If you want to submit a pull request, I will merge it in. Thanks!

benwbooth avatar Jun 24 '18 21:06 benwbooth