
22 Aug
2007
22 Aug
'07
6:24 p.m.
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 | ...]