Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure by

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 (link: public-documented-vars-which-already-existed-in-1.1)))

4 Answers

0 votes
by

Comment made by: importer

cgrand said: (link: [file:a8SumUvcOr37SmeJe5cbLA]): requires application of #325

0 votes
by
0 votes
by

Comment made by: importer

richhickey said: Do we still need this?

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-326 (reported by cgrand)
...