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?...
20061108
Haskell...
Posted by
muradm
at
20:44
Labels: programming
Subscribe to:
Post Comments (Atom)
3 comments:
A two dimensional list: [[]]
What would you like in it?
Bob
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
Is it used somewhere in production?...
Post a Comment