I'm using multimethods to parse command line commands and their arguments. (defmulti run (fn [command args] command))(defmethod run :default [& _] .
確定! 回上一頁