#haskell - Tue 20 Feb 2007 between 23:43 and 23:49



sorearfollowed by a three-way 0.020 tie yhc/ghc/ghc-old
donsah, i see why nhc98 is winning integer. no output, nhc98 does nothing
the others are all stricter ;)
soreardons: you need to diff the output :p
donsno. they all produce no output
and nhc is the only one that decides that means 'dont do anything at all' :-)
but yes, diffs required
it relies on
seqlist [] = return ()
seqlist (x:xs) = x `seq` seqlist xs
but nhc just ignores that, it seems
sorearreminds me of a certain shootout problem ;)
actiondons adds a print statement
donsadds a print statement
jcreigham I the only one who has to look up the recommended Data.Map import stanza everytime I use it?
monochromI believe if you know the stuff in Bird's papers, you do not need the book.
sorearjcreigh: I think you are the only person who actually uses it.
donsimport qualified Data.Map as M
glguyjcreigh: how do you mean?
jcreighimport Data.Map (Map)
thoratiron32: maybe you'd like to check out "Calculating Functional Programs" by gibbons
sorearthe rest of us just use what dons said
jcreighimport qualified Data.Map as Map
tautologicomonochrom: thanks
lispyimport qualified Data.Map as Pete <-- this is even better
jcreighdons: with that, do you refer to the type as M.Map?
sorearyeah!
ddariusHmm, if they can do that with about 20 C++ files, surely I can do what I want with like 3 Haskell files.
nmessengerPete.empty :(
sorearimport qualified Data.Map as Set
nmessenger!! D:
sorearhmm. remind me to enter the #3 iohcc :)
sjanssenimport qualified Data.Map as Prelude
LoganCapaldoimport qualifed Data.Map as PeteAndRepeat
lispysorear: iohcc?
sorear@google ioccc
lambdabothttp://www.ioccc.org/
Title: The International Obfuscated C Code Contest
nmessengerblah obfuscated haskell blah blah
lispyah, i see
sjanssendoes the report say how "import ... as Prelude" should work?

Page: 3 10 17 24 31 38 45 52 59 66 73 80 87 94 101 108 

IrcArchive