Tagged Questions

74
votes
42answers
8k views

Why do people think functional programming will catch on? [closed]

Possible Duplicates: Why functional languages? How can I use functional programming in the real world? Whenever I browse sites like stackoverflow or reddit there seems to be the crowd of …
49
votes
13answers
5k views

Does Functional Programming Replace GoF Design Patterns?

Since I started learning F# and OCaml last year, I've read a huge number of articles which insist that design patterns (especially in Java) are workarounds for the missing features in imperative …
48
votes
52answers
3k views

How do you create a function that returns a function in your language of choice?

Recently I've been learning Lua and I love how easy it is to write a function that returns a function. I know it's fairly easy in Perl as well, but I don't think I can do it in C without some …
43
votes
10answers
3k 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, …
31
votes
10answers
2k views

Why should a .net developer learn F#?

What is the new language F# is all about? Where is that going to be useful? And what is Microsoft's future plan (release road map) regarding this language?
30
votes
13answers
3k views

What is a monad?

Having briefly looked at Haskell recently I wondered whether anybody could give a brief, succinct, practical explanation as to what a monad essentially is? I have found most explanations I've come …
30
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.
28
votes
23answers
2k views

What’s a good Functional language to learn first?

One of the blogs I read has been going over the fundamentals of Functional programming lately, and it's gotten me a bit more interested. Then, someone posted a question here that seems like a good …
27
votes
9answers
2k views

How/why do functional languages (specifically Erlang) scale well?

I have been watching the growing visibility of functional programming languages and features for a while. I looked into them and didn't see the reason for the appeal. Then, recently I attended Kevin …
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
8answers
2k views

What is a y-combinator?

A y-combinator is a comp-sci concept from the "functional" side of things. Most programmers don't know much at all about them, if they've even heard about them. What is a y-combinator? How do they …
26
votes
22answers
2k views

How to transition to Functional Programming

It seems that the next major transition / fad will be towards Functional Programming. What resources / experiences are you finding necessary to grok functional programming?
25
votes
14answers
2k views

What is tail-recursion?

Whilst starting to learn lisp, I've come across the term tail-recursive. What does it mean?
23
votes
7answers
4k views

What is (functional) reactive programming?

What does it mean in practice? What is non-reactive programming? Wikipedia has quite abstract description of it.
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 …

1 2 3 4 5 44 next
15 30 50 per page