Re: Suggestions on staying up to date with Clojure

2015-09-29 Thread Walter van der Laan
Planet Clojure: http://planet.clojure.in/

On Tuesday, September 29, 2015 at 2:04:22 AM UTC+2, Jonathon McKitrick 
wrote:
>
> What list of blogs, websites, and/or feeds would you suggest for someone 
> who does not work with Clojure full time that will maximize exposure to 
> advancements in the language, tools, and techniques and give the 'biggest 
> bang for the buck' regarding time investment?
>

-- 
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.


Re: Suggestions on staying up to date with Clojure

2015-09-29 Thread Geraldo Lopes de Souza
My sources:

@swannodette @nathanmarz  
 @richhickey 
  
@rkneufeld   
  
@weavejester 
  
  
@alandipert 
  
  
 @kovasb 
  
  
  
@levanderhart  
  
  
  
@darevay  
  
  
  
 @stuartsierra 


If you have more related to clojure please share.

Regards,

Geraldo

On Monday, September 28, 2015 at 9:04:22 PM UTC-3, Jonathon McKitrick wrote:
>
> What list of blogs, websites, and/or feeds would you suggest for someone 
> who does not work with Clojure full time that will maximize exposure to 
> advancements in the language, tools, and techniques and give the 'biggest 
> bang for the buck' regarding time investment?
>

-- 
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.


"Clojure Javadoc API Documentation" needs to be rebuilt.

2015-09-29 Thread crocket
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 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.


Re: "Clojure Javadoc API Documentation" needs to be rebuilt.

2015-09-29 Thread Andy Fingerhut
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/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
> 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.
>

-- 
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.


Re: "Clojure Javadoc API Documentation" needs to be rebuilt.

2015-09-29 Thread Gary Verhaegen
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  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  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 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.
>
>
> --
> 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.

-- 
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.


Re: Suggestions on staying up to date with Clojure

2015-09-29 Thread Matthew Boston
This is something I'd like to accomplish with https://www.clojurelive.com. 
Still working on it but I've got an initial version out there.

Right now it is quite simple, post a link or text (like reddit). I'd like 
it to be an open-source community-driven platform of links and Q/A. Which 
in turn drives a mailing list. The open-source aspect, I hope, will attract 
newcomers to contribute to real applications.

- Matthew

On Monday, September 28, 2015 at 6:04:22 PM UTC-6, Jonathon McKitrick wrote:
>
> What list of blogs, websites, and/or feeds would you suggest for someone 
> who does not work with Clojure full time that will maximize exposure to 
> advancements in the language, tools, and techniques and give the 'biggest 
> bang for the buck' regarding time investment?
>

-- 
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.