I wanted the opportunity to try out Planck (User Guide) (SDK), which lets you write shell scripts in clojurescript.
Wrote a small script to upload my blog into Github hosting.
Like the fact that it mixes the clojurescript code with the shell commands (sh ...)
. One can use simple shell commands and compose them with clojurescript. Loose the value of pipping and shell expansions, but sometimes that is a reasonable trade-off.