planck

Planck ClojureScript REPL
spinningarrow 2018-03-10T05:17:21.000034Z

Is there a way to read shell environment variables from a planck script?

spinningarrow 2018-03-10T05:18:01.000046Z

Just saw that the previous discussion here is about something quite similar 🙈

spinningarrow 2018-03-10T05:25:16.000069Z

Hmm actually, I can't really figure it out. The best I've gotten so far is to do (sh "env") and parse the result, which isn't too great

mfikes 2018-03-10T11:54:10.000023Z

@spinningarrow FWIW, https://github.com/mfikes/planck/issues/165

1👍