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 UTC+9, Alex Miller wrote:
>
> 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 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/changes.md#21-java-api 
>>
>> On 29 September 2015 at 16:46, Andy Fingerhut <andy.fi...@gmail.com> 
>> wrote: 
>> > 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 <crocka...@gmail.com> wrote: 
>> >> 
>> >> 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 clo...@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+u...@googlegroups.com 
>> >> For more options, visit this group at 
>> >> http://groups.google.com/group/clojure?hl=en 
>> >> --- 
>> >> You received this message because you are subscribed to the Google 
>> Groups 
>> >> "Clojure" group. 
>> >> To unsubscribe from this group and stop receiving emails from it, send 
>> an 
>> >> email to clojure+u...@googlegroups.com. 
>> >> For more options, visit https://groups.google.com/d/optout. 
>> > 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> > Groups "Clojure" group. 
>> > To post to this group, send email to clo...@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+u...@googlegroups.com 
>> > For more options, visit this group at 
>> > http://groups.google.com/group/clojure?hl=en 
>> > --- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "Clojure" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an 
>> > email to clojure+u...@googlegroups.com. 
>> > For more options, visit https://groups.google.com/d/optout. 
>>
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to