Struggling a bit. Moving the keywords to the end of the vector rather
than the beginning? This reduces complexity?

Phil


Greg <g...@kinostudios.com> writes:

> Looking at it again, we don't even need an explicit :require anymore:
>
> (ns one.fresh-server
>   "optional doc string goes here"
>   [clojure.core :refer-except [ancestors printf]]
>   [core.matrix :refer :all]
>   [ring.adapter.jetty :refer [run-jetty]]
>   [ring.middleware.file :refer [wrap-file]]
>   [ring.middleware.file-info :refer [wrap-file-info]]
>   [ring.middleware.stacktrace :refer [wrap-stacktrace]]
>   [ring.util.response :refer [file-response]]
>   [one.reload :as-ns]
>   [one.middleware :as-ns]
>   [net.cgrand.enlive-html :as html]
>   [org.apache.maven.artifact.resolver.ArtifactResolver :as-class] 
>   [java.io.File :as-class])
>
> - Greg

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to