Loads the specified namespace and invokes its "main" function with
optional args. ns-name is not evaluated.
(defmacro run "Loads the specified namespace and invokes its \"main\" function with optional args. ns-name is not evaluated." [ns-name & args] `(run* '~ns-name ~@args))
Comments top
No comments for run. Log in to add a comment.