planck

Planck ClojureScript REPL
2019-10-31T17:28:49.039200Z

Something that would be useful for scripting but looks missing is the ability to exec another process directly. My use case here is we have docker containers that I'd like to run a planck script on startup, and then exec a long-running java server process.

2019-10-31T17:29:02.039400Z

I'll file a ticket if you agree

mfikes 2019-10-31T17:29:35.040100Z

Yeah, I think that makes sense... the Planck process would effectively disappear, leaving the other one running

2019-10-31T17:29:53.040300Z

Normally a docker container exits when the initial process terminates I've learned, hence the need to exec