Thank you the dev-team for the great Geany! I have set the Filetype under Documents->set Filetype->Programming language to Clojure Source file. Still when i try to run the following code:
`(print "Clojrue works!")` `(map #(+ % 3.5) [1 2 3 4 5 66])`
it couldn't get run and i get the following in the opened terminal:
/tmp/geany_run_script_U407FY.sh: 7: /tmp/geany_run_script_U407FY.sh: clj: not found
Am i missing something? I have the Geany version 1.25 on ubuntu 15.10.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1007
You do not seem to have a Clojure interpreter command named `clj`. Geany just comes with sort of common tools set as build commands, you're expected to [configure build commands](http://www.geany.org/manual/current/#set-build-commands) for your own computer if you have are running something else.
If you get no output from running `which clj` at the shell, this is almost certainly not a bug and just a support question about configuring the build commands (better on mailing list). I don't know anything about Clojure except that I think you need to install a Java runtime environment, at least, to run the programs, so I can't give specific advice.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1007#issuecomment-214025749
github-comments@lists.geany.org