Let me see whether I understoodnd you correctly... If I read the contents of a file, the string will may be lazy (or something like that) and  not consume memory? In fewer words,  will the string behave like the infinite list of random numbers that I have used in the examples I posted?



--- On Wed, 11/4/09, Jason Dusek <jason.dusek@gmail.com> wrote:

From: Jason Dusek <jason.dusek@gmail.com>
Subject: Re: [Haskell-cafe] Arrays in Clean and Haskell
To: "Philippos Apolinarius" <phi500ac@yahoo.ca>
Cc: haskell-cafe@haskell.org
Received: Wednesday, November 4, 2009, 2:22 PM

2009/11/4 Philippos Apolinarius <phi500ac@yahoo.ca>
> Jason Dusek wrote:
> > How do you read in the IOUArray? By parsing a character
> > string or do you treat the file as binary numbers or ... ?
>
> I always pare the file. Parsing the file has the advantage of
> alowing me to have files of any format.

  From this description, it's hard for me to see what is hard
  for you. When you "parse the file" I imagine you in face
  "parse a String" or "parse a lazy ByteString" (a much better
  idea). Take that `String` or `ByteString` and pass it to an
  `ST` computation that parses it to make an `ST` array and then
  operates on the array.

--
Jason Dusek


Reclaim your name @ymail.com or @rocketmail.com. Get your new email address now!