jamesaoverton / clojure-unix

Some notes on the striking similarities between Clojure code and Unix pipelines
8 stars 1 forks source link

they have command line apps in clojure now #2

Open xicubed opened 8 years ago

xicubed commented 8 years ago

http://genedavis.com/articles/2014/01/10/blazing-fast-clojure-command-line-tools/

or plank

http://planck-repl.org/guide-all.html etc...

jamesaoverton commented 8 years ago

Thanks for the links! Plank is very cool, but limited to Mac OS X because it depends on JavaScriptCore. When I presented this at the Toronto Clojure Meetup, some people mentioned using ClojureScript and Node.js for command-line utilities. That's also very cool, but I've had some bad experiences with Node in the past.