All pastes #3027779 Raw Edit

Miscellany

public unlisted text v1 · immutable
#3027779 ·published 2015-06-14 09:04 UTC
rendered paste body
(defmacro define-controller [app ctrl deps & body]
  (let [str-deps (map str deps)]
    `(.controller ~app ~ctrl [~@str-deps (fn ~deps ~@body)]
                  )))