DEV Community

Discussion on: Joker: Flex Your Scripting Muscles In (Almost) Clojure

Collapse
 
bobnadler profile image
Bob Nadler • Edited

Another tool in the toolbox. Thanks for sharing!

Note for Emacs users. If you don't have a file extension you can set the mode at the top of the script like this:

#!/usr/bin/env joker
;; #-*- mode: clojure -*-
...