Re[2]: [Haskell-cafe] Haskell arrays

2009-12-17 Thread Bulat Ziganshin
wrote: From: Daniel Peebles pumpkin...@gmail.com Subject: Re: [Haskell-cafe] Haskell arrays To: michael rice nowg...@yahoo.com Cc: haskell-cafe@haskell.org Date: Wednesday, December 16, 2009, 10:46 PM It doesn't store both, but does provides a flexible indexing strategy (that allows indices

[Haskell-cafe] Haskell arrays

2009-12-16 Thread michael rice
Based upon docs I've looked at, Haskell seems to store both an array element value AND its index/indices, whereas most languages just store the value and find its location in memory through mapping calculations. Is it true? Michael ___

Re: [Haskell-cafe] Haskell arrays

2009-12-16 Thread Daniel Peebles
It doesn't store both, but does provides a flexible indexing strategy (that allows indices to be non-trivial values). What docs suggest that it stores both? On Wed, Dec 16, 2009 at 10:38 PM, michael rice nowg...@yahoo.com wrote: Based upon docs I've looked at, Haskell seems to store both an

Re: [Haskell-cafe] Haskell arrays

2009-12-16 Thread michael rice
Peebles pumpkin...@gmail.com wrote: From: Daniel Peebles pumpkin...@gmail.com Subject: Re: [Haskell-cafe] Haskell arrays To: michael rice nowg...@yahoo.com Cc: haskell-cafe@haskell.org Date: Wednesday, December 16, 2009, 10:46 PM It doesn't store both, but does provides a flexible indexing strategy

Re: [Haskell-cafe] Haskell arrays

2009-12-16 Thread Ivan Lazar Miljenovic
michael rice nowg...@yahoo.com writes: Maybe it's just the notation that makes it LOOK like the indices are also getting stored? Yup; that's just the String representation of an array using lists. -- Ivan Lazar Miljenovic ivan.miljeno...@gmail.com IvanMiljenovic.wordpress.com

Re: [Haskell-cafe] Haskell arrays

2009-12-16 Thread Gregory Crosswhite
are also getting stored? Michael --- On Wed, 12/16/09, Daniel Peebles pumpkin...@gmail.com wrote: From: Daniel Peebles pumpkin...@gmail.com Subject: Re: [Haskell-cafe] Haskell arrays To: michael rice nowg...@yahoo.com Cc: haskell-cafe@haskell.org Date: Wednesday, December 16, 2009

Re: [Haskell-cafe] Galois Tech Talks: Stream Fusion for Haskell Arrays

2008-08-28 Thread Don Stewart
for the last 3 talks are now up, on the Galois blog, http://www.galois.com/blog/ * Large Scale Monadic Refinement * Adventures in Foreign Function Interfaces * Stream Fusion for Haskell Arrays Cheers, Don ___ Haskell-Cafe mailing list Haskell

Re: [Haskell-cafe] Galois Tech Talks: Stream Fusion for Haskell Arrays

2008-07-14 Thread Dan Weston
Slides, plus an audio recording of the talk would be great. With that, we could follow along easily. Johan Tibell wrote: On Sun, Jul 13, 2008 at 12:16 AM, Don Stewart [EMAIL PROTECTED] wrote: johan.tibell: On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart [EMAIL PROTECTED] wrote: Any possibility

Re: [Haskell-cafe] Galois Tech Talks: Stream Fusion for Haskell Arrays

2008-07-13 Thread Johan Tibell
On Sun, Jul 13, 2008 at 12:16 AM, Don Stewart [EMAIL PROTECTED] wrote: johan.tibell: On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart [EMAIL PROTECTED] wrote: Any possibility of you guys taping the talk? Unlikely next week, but soon, yes! How about the slides?

Re: [Haskell-cafe] Galois Tech Talks: Stream Fusion for Haskell Arrays

2008-07-12 Thread Don Stewart
johan.tibell: On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart [EMAIL PROTECTED] wrote: Just a quick note about next week's Galois Tech Talk. Now that Galois has completed its move into downtown Portland, and a shiny new, centrally located, office space, we're opening up our tech talk series

[Haskell-cafe] Galois Tech Talks: Stream Fusion for Haskell Arrays

2008-07-11 Thread Don Stewart
and formal methods, drop by! Title: Stream Fusion for Haskell Arrays Speaker:Don Stewart Date: Tuesday, July 15th, 10.30am sharp. Location: Galois, Inc. 421 SW 6th Ave. Suite 300 (3rd floor

Re: [Haskell-cafe] Galois Tech Talks: Stream Fusion for Haskell Arrays

2008-07-11 Thread Johan Tibell
On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart [EMAIL PROTECTED] wrote: Just a quick note about next week's Galois Tech Talk. Now that Galois has completed its move into downtown Portland, and a shiny new, centrally located, office space, we're opening up our tech talk series a bit more

Re: [Haskell-cafe] Galois Tech Talks: Stream Fusion for Haskell Arrays

2008-07-11 Thread Henning Thielemann
On Sat, 12 Jul 2008, Johan Tibell wrote: On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart [EMAIL PROTECTED] wrote: Just a quick note about next week's Galois Tech Talk. Now that Galois has completed its move into downtown Portland, and a shiny new, centrally located, office space, we're opening

Re: haskell arrays....

2000-02-11 Thread John Atwood
in "The fastest Fourier Transform in the West": http://www.fftw.org/ John Atwood --- Simon Peyton-Jones wrote: Does anyone know of a good source of tutorial material on Haskell arrays? Anyone feel like typing something into the Ha

RE: haskell arrays....

2000-02-11 Thread Sigbjorn Finne
nes [EMAIL PROTECTED] writes: Does anyone know of a good source of tutorial material on Haskell arrays? Anyone feel like typing something into the Haskell Wiki? Incidentally, the front page of the Haskell Wiki http://haskell.org/wiki/wiki is rather unhelpful. Not even a table o

RE: haskell arrays....

2000-02-11 Thread Simon Peyton-Jones
Does anyone know of a good source of tutorial material on Haskell arrays? Anyone feel like typing something into the Haskell Wiki? Incidentally, the front page of the Haskell Wiki http://haskell.org/wiki/wiki is rather unhelpful. Not even a table of contents. No clue as to what