joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
gleisonsilva 2020-07-04T16:04:27.098Z

Some tip to avoid running a joker process (without relying in ps if using Linux) to check if an instance of Joker is running? I can't let the user run this script in parallel...

gleisonsilva 2020-07-04T16:05:14.098700Z

I'm search for some kind of simple 'locking' or 'exclusive access' to some resource to avoid collision...

gleisonsilva 2020-07-04T16:06:12.099400Z

Or even some way to get the PID of the process that the script is running in