Tag: clojure

  • The Future of Lisp

    Another rescued Quora answer to the question : What is the future of the LISP programming language? I’m writing this answer as an unabashed Clojure fanboi. I hope that the Lisp community recognise what I think are the two big advantages that Clojure brings to Lisp. And that future Lisp family languages keep them and…

  • What is Clojure about?

    A nice summary : What is it about? – Community Center / Watercooler – ClojureVerse

  • CLOjure SHell

    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 : [cc lang=”clojure”] (doseq [f (expand “*jpg”) (println f) (sh identify -format “%wx%h” (str f)) (println)) [/cc] rather than in hard…

  • 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.…