On Aug 6, 10:16 pm, James Reeves <weavejes...@googlemail.com> wrote:
> (package/get "compojure" "0.2")
> (package/get "clojure-contrib" [:>= "1.0-alpha3"])
>
> (ns example
>   (:use clojure.contrib.json.read)
>   (:use compojure.html))

I had another thought once after I posted. Perhaps the best of both
syntax ideas could be combined:

(packages
  (:get "compojure" "0.2")
  (:get "clojure-contrib" [:>= "1.0-alpha3"]))

(ns example
  (:use clojure.contrib.json.read)
  (:use compojure.html))

- James
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to