I’ve been playing with CloSH, the Clojure Shell. And I have to say, I’m sold. If you’d like to have the full power of Clojure. And to write shell scripts that look like this : (doseq [f (expand "*jpg") (println f) (sh identify -format "%wx%h" (str f)) (println)) rather […]
Tag Archives: clojure
What’s up? August 2019 Edition
Gosh … we’re half way through the year already. So what am I up to in programming? Clojure I still think it’s a wonderful language. Not doing as much as I’d like. But it’s still great. One thing I did a few months ago was port the terminal version of Mind Traffic Control to it. […]