Skip to content

Instantly share code, notes, and snippets.

@henryw374
Last active May 14, 2019 13:06
Show Gist options
  • Select an option

  • Save henryw374/29fec06bdec464decdaf9f0171b3a49d to your computer and use it in GitHub Desktop.

Select an option

Save henryw374/29fec06bdec464decdaf9f0171b3a49d to your computer and use it in GitHub Desktop.
clojure clojurescript namespace require tidy
(ns tidy-requires)
(defn tidy-requires [[ _ & requires]]
(cons :require (sort-by first requires)))
(comment
(tidy-requires '(:require [foo]
[bar] ))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment