|
|
|
|
|
by jlarocco
3654 days ago
|
|
> As a company in the lucky position of hiring for a Haskell role you have a pool of people who have self selected to be above average in determination and smarts [citation needed] There's really no evidence that people choosing Haskell are any smarter or more determined than anybody else. I'm mainly pointing this out because the Haskell community's "We're smarter than everybody" attitude is a big pet peeve of mine. |
|
Haskell is pure functional programming, and it's structure actively discourages a lot of the more common practices in iterative languages. I watched my friend struggle with a very simple web project for weeks while he was learning the language. At the end of it all though, when it finally came together and worked for the first time, he was confident about its behavior in a way I'm not sure I ever could be with the code I write regularly. (I'm a game programmer, so I write a lot of C++ and dabble in Python and Lua.)
I think there's something to be said for the journey that Haskell necessarily takes you on. I don't think the upper skill ceiling for good Haskell developers is any higher than other languages, but the barrier for entry certainly seems to be.