I wanted to refer to such interfaces as clojure.lang.ISeq in javadoc since
clojure API doc doesn't have interfaces.
If I download clojure javadoc from maven, I can find clojure.lang.ISeq, but
such javadoc is not directly accessible on web browsers.
On Wednesday, September 30, 2015 at 10:56:36 PM
Correct. The javadoc is built and pushed as part of the build process so
should always be up to date with the latest release.
On Tuesday, September 29, 2015 at 12:48:21 PM UTC-5, Gary Verhaegen wrote:
>
> This is the whole official API, as defined since Clojure 1.6 (prior to
> that, there was no
This is the whole official API, as defined since Clojure 1.6 (prior to
that, there was no official Java API). All other Java classes in the
clojure codebase are considered internal implementation. Here is the
relevant part of the 1.6 release notes:
https://github.com/clojure/clojure/blob/master/ch
Others can confirm, but I think that is the entire API, callable from Java,
that is documented and supported by Clojure. Everything is reachable from
there if you know which Clojure Vars you want to use.
Andy
On Tue, Sep 29, 2015 at 7:31 AM, crocket wrote:
> http://clojure.github.io/clojure/ja
http://clojure.github.io/clojure/javadoc/ contains only two classes.
--
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