In today's world the most common programming languages are imperative
(maybe object-oriented but imperative). Haskell and many other
languages like it offers to programmer the ability to manipulate
complex systems with ease. But has the disadvantage that some
perfomance is lost. The history showed that as the complexity increases
we go to higher level languages.
ASSEMBLY->FORTRAN,PASCAL,C,etc...->C++,JAVA,C#,etc...->??????.
What it will be the future? Can Haskell or similar languages be the
future? Haskell seems to have a good potential (the Haskell compiler is
written in Haskell) is this enough to make it the next generation
language?
(maybe object-oriented but imperative). Haskell and many other
languages like it offers to programmer the ability to manipulate
complex systems with ease. But has the disadvantage that some
perfomance is lost. The history showed that as the complexity increases
we go to higher level languages.
ASSEMBLY->FORTRAN,PASCAL,C,etc...->C++,JAVA,C#,etc...->??????.
What it will be the future? Can Haskell or similar languages be the
future? Haskell seems to have a good potential (the Haskell compiler is
written in Haskell) is this enough to make it the next generation
language?