I\'ve installed Geany on my Linux Mint machine and I wrote some simple code. Just a small hello world to get started with the language.
Now I\'d like to run it and see w
if you just want to execute a single file, how about piping it to the repl like:
cat $PATH_TO_FILE | lein repl