[Haskell-cafe] #haskell irc channel reaches 400 users
Derek Elkins
derek.a.elkins at gmail.com
Wed Aug 22 18:24:58 EDT 2007
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 | ...]
More information about the Haskell-Cafe
mailing list