[Haskell] Re: Haskell Digest, Vol 33, Issue 3

2006-05-09 Thread Chad Scherrer
Phil, thanks for the response.   > I was thinking about the dynamic behavior of par, and there's something> that's a little confusing to me. Am I right in understanding that (x > `par` y) evaluates to y, and may or may not evaluate x along the way?The reason that par doesn't necessarily evaluate it

Re: [Haskell] how to 'accumulate' values efficiently (time and space) ?

2006-05-09 Thread minh thu
thanks for your answers, i guess i have to look at strictness and such 'optimizations', ... mt 2006/5/9, Bulat Ziganshin <[EMAIL PROTECTED]>: Hello minh, Monday, May 8, 2006, 12:28:35 PM, you wrote: > acc1 ints = foldr (+) 0 ints foldl? > -

[Haskell] ANNOUNCE: Milfoh image to texture loading library

2006-05-09 Thread Maurizio Monge
Hi, since i was getting frustrated by having very good OpenGL/GLUT Haskell bindings but no image loading library i have put together a very small library from SDL_image (and a bare minimun of SDL) to load directly and very easily image files to opengl textures. The download link and the overview