| dons | which avoids the complete quit out of X bug, I think. sjanssen: if you'd like to test it |
| dmwit | shachaf: I do, but stand by. shachaf: I just discovered that xchat hides the cursor on keypress anyway, so my "test" may be broken. =P shachaf: You're right, it does not hide the cursor, nor print any message. |
| shachaf | dmwit: Hmm, it looks like some other GTK apps do it (gedit, though not Firefox). dmwit: I guess Firefox and xterm would be the two big ones. dmwit: "-idle 1" is probably good enough. |
| dmwit | shachaf: Okay, sorry it doesn't work for you. |
| action | dmwit goes to work |
| dmwit | goes to work |
| sjanssen | dons: seems to work |
| dons | ok good. one less failure point. now just have to track down the kill window issue |
| igli | ddarius: ty for pointer, i have it installed, i just haven't got round to it. maybe this room'll make me change that tho ;) |
| dcoutts | 13595 rules fired! 1738 foldr/build |
| ddarius | igli: Dead seriously: The community of Haskell is almost reason enough to use it. |
| sjanssen | @yow |
| lambdabot | Barbie says, Take quaaludes in gin and go to a disco right away! But Ken says, WOO-WOO!! No credit at "Mr. Liquor"!! |
| dons | dcoutts: woo! dcoutts: what's that in? that's not ghc is it? |
| action | dons suspects it is.. |
| dons | suspects it is.. |
| Pseudonym | Use Haskell, because you'll get to hang around with ME! And I'm COOL! |
| dons | that's true. |
| dcoutts | dons: but I've no idea where that comes from, it's in binary. |
| ddarius | Damn straight! |
| dons | dcoutts: huh.. |
| igli | ddarius: very good to know, thanks. i bought a book called "The Fun of Programming" a few years ago; can i ask noob q's on the code? |
| dcoutts | dons: Benchmark.hs, but I don't see any lists anywhere... |
| ddarius | Of course. |
| dons | *binary* has 13k stream rules? hmm. ah, lists? cons? |
| ddarius | Alternatively, The community of Lisp as almost reason enough to use Haskell. |
| sorear | dons: cons doesn't fuse |
| ddarius | s/as/is/ |
| dons | hmm, is the list of functions unwrapped and applied to the generated list? |
| igli | ok thanks man; bear in mind i know ML, but it's been years.. i'll get the book, it had *lush* stuff in it |
| dcoutts | dons: 2000 unpacks, 1700 unapck-append, 1200 unpack-list |
| dons | sorear: |