On 4 January 2018 at 23:26, Delon Newman <[email protected]> wrote: > Also, any additional advice with respect to using Clojure for shell > scripting would be appreciated.
Unless you have a specific reason to prefer the JVM to Node as a platform for your script, I'd encourage you to take a look at Planck and Lumo for shell scripting. Being based on Node allows them to start up much faster, which may or may not be important to your use-case. http://planck-repl.org https://github.com/anmonteiro/lumo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
