Hello Chaddai, Wednesday, June 20, 2007, 3:14:54 PM, you wrote:
> Well lists are really useful, but I don't think all Haskell > programmers are like you, in fact I think only the enthusiast newbies > (like.. you maybe ?) only use lists without asking themselves if there > is not a data structure better suited to their problem. in most cases there are just so little amount of data to process that lists are more than enough. in my 8 KLOC program, i have several uses of hashtables and one of arrays, the rest implemented via lists -- Best regards, Bulat mailto:[EMAIL PROTECTED] _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
