Details
Assignee
Christophe GrandChristophe GrandReporter
Christophe GrandChristophe GrandApproval
VettedPriority
MinorFix versions
Details
Details
Assignee
Christophe Grand
Christophe GrandReporter
Christophe Grand
Christophe GrandApproval
Vetted
Priority
Fix versions
Created April 30, 2010 at 8:49 AM
Updated July 26, 2013 at 9:25 PM
Discussed here: http://groups.google.com/group/clojure-dev/msg/74af612909dcbe56
:as-of allows library authors to specify a known subset of vars to refer from clojure (or any other library which would use :added metadata).
(ns foo (:refer-clojure :as-of "1.1")) is equivalent to (ns foo (:refer-clojure :only [public-documented-vars-which-already-existed-in-1.1]))