73
votes
41answers
8k views
Why do people think functional programming will catch on?
Whenever I browse sites like stackoverflow or reddit there seems to be the crowd of Haskell/Scala/F# people insisting on functional programming being the Next Big Thing. I don't deny that there are …
42
votes
10answers
2k views
How to learn Haskell
For a few days I've tried to wrap my head around the functional programming paradigm in Haskell. I've done this by reading tutorials and watching screencasts, but nothing really seems to stick.
Now, …
29
votes
12answers
3k views
Can anyone explain Monads?
I think I understand what 'Maybe Monads' are, but I'm not sure about the other types.
27
votes
16answers
2k views
Beginners Guide to Haskell?
I've been looking for a decent guide to Haskell for some time, but haven't been able to find one that seems interesting enough to read through and/or makes sense.
I've had prior exposure to Haskell a …
26
votes
9answers
7k views
What are my IDE/Editor choices for Haskell?
I typically use Emacs with hasktags for editing Haskell but I would like to enumerate all the choices and hopefully get feedback on each.
Emacs
VIM
Visual Haskell
EclipseFP
leksah
SHIM (wasn't this …
25
votes
25answers
2k views
Hidden features of Haskell
What are the lesser-known but useful features of the Haskell programming language. (I understand the language itself is lesser-known, but work with me. Even explanations of the simple things in …
23
votes
14answers
2k views
Do you find you still need variables you can change, and if so why?
One of the arguments I've heard against functional languages is that single assignment coding is too hard, or at least significantly harder than "normal" programming.
But looking through my code, I …
23
votes
17answers
2k views
Does anyone have any recommendations for starting out in functional programming?
I'm looking for some ebooks that will assist in my learning of functional programming. I haven't yet decided which language I will go with, but I've noticed a fair amount of bias towards LISP, …
23
votes
6answers
2k views
How can I use functional programming in the real world?
Functional languages are good because they avoid bugs by eliminating state, but also because they can be easily parallelized automatically for you, without you having to worry about the thread count.
…
21
votes
15answers
2k views
Suitable functional language for scientific/statistical computing?
I use mostly R and C for statistics-related tasks. Recently
I have been dealing with large datasets, typically 1e7-1e8
observations, and 100 features. They seem too big for R too
handle, and the …
20
votes
18answers
819 views
Non-Mainstream Languages, Bad for your resume?
Hi folks,
I got my BS in Computer Science about seven years ago. I spent two years in neuroscience research and the next three providing what amounts to tech support.
But I love computer programming …
20
votes
11answers
861 views
What are some problems best/worst solved by functional programming?
I've often heard that functional programming solves a lot of problems that are difficult in procedural/imperative programming. But I've also heard that it isn't great at some other problems that …
19
votes
14answers
1k views
A Gentler Introduction to Functional Programming
I am trying to learn Haskell, and I really like it, but I can't wrap my head around most of it. Would Lisp, OCaml, etc. be a gentler introduction to functional programming?
18
votes
11answers
1k views
Book recommendation for Haskell?
I would like to start Haskell, just out of curiosity.
What books do you recommend?
17
votes
9answers
3k views
Haskell vs. F#
I've searched on the internet for comparisons between F# and Haskell but haven't found anything really definitive. What are the primary differences and why would I want to choose one over the other?
