| sorear | it is in the ICCCM, I know that much for sure |
| dmead | yea i was reading that too |
| sorear | (which is a 0-charge pdf btw) |
| dmead | and the xorg additions yes |
| dons | sorear: looks like he's not a ugrad, go for it. (re. mailing list guy) sorear: " No. Not at all (I'm a grad student :-)). I generally work with matrices and vectors and the like in matlab, and find this function very useful in my work. But, for some reason, I wanted to try a FP language and guage it's usability for me. I just chose this problem as a rough test to compare with matlab (the implementation is matlab is a bit messy)" |
| sorear | dons: ok. |
| allbery_b | someone should point him to oleg's message from earlier today |
| dmead | dons: i've been poking around here http://websvn.kde.org/tags/KDE/3.5.6/kdebase/kwin/ |
| lambdabot | Title: Index of /tags/KDE/3.5.6/kdebase/kwin |
| dmead | but allbery_b seems to have a better understanding of the lower level calls |
| timthelion | hey, I really can't figure out what is wrong with my code http://rafb.net/p/5x1B5X36.html |
| lambdabot | Title: Nopaste - I really don't see why this does not work. |
| dmead | tim: use hpaste ?hpaste |
| lambdabot | Haskell pastebin: http://hpaste.org/new |
| timthelion | do you want me to move that to hpaste, or just in the future? |
| dmead | in the future and [x:xs] is a lists of lists (x:xs) is a list |
| timthelion | so I want to take the argument (x:xs) not [x:xs] |
| dmead | be sure to not forget the parens because : has a very high precedence yes and your else branch is wrong it hink |
| Cale | [x:xs] is specifically the one element list consisting of a nonempty list starting with x and with tail xs |
| action | allbery_b has, nd has read if not completely digested, the old O'Reilly X11 collection |
| allbery_b | has, nd has read if not completely digested, the old O'Reilly X11 collection |
| dmead | ahh cool |
| allbery_b | mostly because, Back In The Day, I used DESQview/X a lot and it was easiest to write programs for it directly in XLib |
| dmead | sounds hardcore |
| timthelion | Cale I thought that's what I wanted. |