Nice work!
One small detail, related to Emacs, you can write this, in the first line:
#!/usr/bin/env bb ;; -*- mode: clojure -*-
instead of setting the Local Variables at the bottom of the file.
It does the same job, but this way it sets up the expectations up front.
Nice work!
One small detail, related to Emacs, you can write this, in the first line:
#!/usr/bin/env bb ;; -*- mode: clojure -*-instead of setting the
Local Variablesat the bottom of the file.It does the same job, but this way it sets up the expectations up front.