20061108

Haskell...

One of my friends asked to help in writing a small program in Haskell... I'm not saying that I'm master in programming... But such... I don't know how to call this language... I saw first time... I spent 5 hours to understand its syntax and create two dimensional array...

I wonder if there any practical task which can be solved better using Haskell than any other language?...

3 comments:

Beelsebob said...

A two dimensional list: [[]]

What would you like in it?

Bob

Beelsebob said...

p.s. Yes, there are many practical tasks that can be solved better with this language. Usually they are related to parsing and compiling.

Bob

muradm said...

Is it used somewhere in production?...