#haskell irc channel reaches 400 users

A small announcement :) 5 1/2 years after its inception, under the guiding hand of Shae Erisson (aka shapr), the #haskell IRC channel[1] on freenode has finally reached 400 users! To chart the growth, we can note that the channel was founded in late 2001, and had slow growth till 2006, reaching 200 users in January of that year. Since then growth in the user base has been far more rapid, reaching 300 users in Dec 2006, and 400 users now, in August 2007. This puts the channel at around the 13th largest community of the 5500 freenode channels. For comparision, a sample of the state of the other language communities: #php 485 #perl 472 ##c++ 457 ##c 445 #python 430 #ruby-lang 420
#haskell 411
#lisp 246 ##java 236 ##javascript 226 #perl6 144 #scheme 139 #erlang 118 #lua 105 #ocaml 58 You can see the growth of the channel over here: http://www.cse.unsw.edu.au/~dons/irc If you've not dropped by the channel yet, feel free to come and chat, and toss around some lambdas! :) Cheers, Don 1. http://www.haskell.org/haskellwiki/IRC_channel

Donald Bruce Stewart wrote:
This puts the channel at around the 13th largest community of the 5500 freenode channels. For comparision, a sample of the state of the other language communities:
#php 485 #perl 472 ##c++ 457 ##c 445 #python 430 #ruby-lang 420
#haskell 411
#lisp 246 ##java 236 ##javascript 226 #perl6 144 #scheme 139 #erlang 118 #lua 105 #ocaml 58
...does this mean Haskell is officially harder to understand than Lisp, Java, Perl and O'Caml? :-} (OTOH, does this mean Haskell is easier to understand than PHP or C++?)

Andrew Coppin wrote:
...does this mean Haskell is officially harder to understand than Lisp, Java, Perl and O'Caml? :-}
(OTOH, does this mean Haskell is easier to understand than PHP or C++?)
Or, Haskell is the easiest to understand of them all. Reason: Extremely large channel means so hard to understand that many people want help. Extremely small channel means so hard to understand that few people show interest. The middle-sized channel sits at the sweet spot.

i interpret it as this: all [ usage x > usage y || fun_to_talk_about x > fun_to_talk_about y | let lang=[minBound .. maxBound] -- C++,Haskell,Java,etc. , x<-lang , y<-lang , irc_channel_users x > irc_channel_users y ] - marc Am Dienstag, 21. August 2007 schrieb Albert Y. C. Lai:
Andrew Coppin wrote:
...does this mean Haskell is officially harder to understand than Lisp, Java, Perl and O'Caml? :-}
(OTOH, does this mean Haskell is easier to understand than PHP or C++?)
Or, Haskell is the easiest to understand of them all.
Reason: Extremely large channel means so hard to understand that many people want help. Extremely small channel means so hard to understand that few people show interest. The middle-sized channel sits at the sweet spot.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

On Wed, 2007-08-22 at 23:24 +0200, Marc A. Ziegert wrote:
i interpret it as this:
all [ usage x > usage y || fun_to_talk_about x > fun_to_talk_about y | let lang=[minBound .. maxBound] -- C++,Haskell,Java,etc. , x<-lang , y<-lang , irc_channel_users x > irc_channel_users y ]
all [ x `isUsedMoreThan` y || x `isMoreFunToTalkAboutThan` y | ...]
participants (5)
-
Albert Y. C. Lai
-
Andrew Coppin
-
Derek Elkins
-
dons@cse.unsw.edu.au
-
Marc A. Ziegert