I've just discovered the clojure.templates library [1], and I'm
wondering what's the difference between its function and that of
regular functions:
  (apply-template '[x] '(+ x x) '[2])
  ((fn [x] (+ x x)) 2)

[1] 
http://github.com/stuarthalloway/clojure/blob/6ee62ec1d88383e1caadb8b93a19fd389c001061/src/clj/clojure/template.clj
--~--~---------~--~----~------------~-------~--~----~
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