Home > Archive > Functional > June 2006 > few questions about Haskell
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
few questions about Haskell
|
|
|
| i am relatively new to functional programming and i am thinking on learning
Haskell. now, i have a few questions about it:
1. how big is the Haskell community, i.e. if i have a problem what are the
chances that i will find the solution via google or newsgroups?
2. what is the status of the existing libraries for Haskell (how many are
there, how often will i have to write some common task for which in C or
Java exist a ton of libraries - e.g. xml parsing) ?
3. how well does it integrate with other languages, especially C or C++?
4. if anyone has any experience, can you compare Haskell and SML on the
three above points?
thank you
--
You're never too young to have a Vietnam flashback
| |
| Joachim Durchholz 2006-06-26, 7:04 pm |
| filox schrieb:
> i am relatively new to functional programming and i am thinking on learning
> Haskell. now, i have a few questions about it:
> 1. how big is the Haskell community, i.e. if i have a problem what are the
> chances that i will find the solution via google or newsgroups?
You'll usually get a competent answer here in comp.lang.functional.
So, on that account, the answer is "large enough".
> 2. what is the status of the existing libraries for Haskell (how many
> are there, how often will i have to write some common task for which
> in C or Java exist a ton of libraries - e.g. xml parsing) ?
The number of libraries is certainly less.
I'm not sure about the number of *useful* libraries.
Particularly since "useful" depends on what you're planning to do.
Regards,
Jo
|
|
|
|
|