inlein
inlein copied to clipboard
Run clojure scripts with dependencies.
Hi. Thanks for your work on `inlein` 👍 I'm using inlein for a small kube cron job I want to run every 5 min. However running `inlein --deps /app/job.clj` in...
To allow use of dependencies that are not in the default repositories
Make a standalone "script" for a command which you can ship off to someone/somewhere. It should be executable as well, using the same trick used to create inlein itself.
I'm not sure if this is a fish problem, or if fish is exposing a problem with how inlein executes, but attempting to run `inlein` in a fish shell returns...
The error handling on both the client and the daemon is pretty bad right now. Better clean it up, do proper log messages etc.
The JVM-based client forces us to do interesting hacks if we want to properly pass and send signals. Creating a native client that can properly "trampoline" the java command would...