Tagged Questions

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 …
37
votes
9answers
3k views

Getting started with F#

What's a good way to get into F# programming? What's a good "Hello world" example and what simple examples can show me why I want to use it over C#. Also what tools do I need? I have WindowsXP, …
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?
23
votes
7answers
967 views

How do you design a functional program?

From day 1 of my programming career, I started with object-oriented programming. However, I'm interested in learning other paradigms (something which I've said here on SO a number of times is a good …
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. …
22
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, …
18
votes
5answers
740 views

Elegant Snippets of F#

I'm currently learning F# quite intensively. I really love it as a language, it just sort of 'feels' right and seems to allow you to produce some succint elegant code. I'm interested in finding some …
16
votes
7answers
2k views

Resources for 2d game physics

I'm looking for some good references for learning how to model 2d physics in games. I am not looking for a library to do it for me - I want to think and learn, not blindly use someone else's work. …
16
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?
15
votes
13answers
1k views

Where can F# actually save time and money?

There is a lot of hype around the latest functional programming language F# from Microsoft. In real life - where (in what kind of scenarios) can F# most likely save time and money?
14
votes
2answers
357 views

Avoiding stack overflow (with F# infinite sequences of sequences)

I have this "learning code" I wrote for the morris seq in f# that suffers from stack overflow that I don't know how to avoid. "morris" returns an infinite sequence of "see and say" sequences (i.e., …
14
votes
7answers
791 views

Any good F# tutorial/book/blog/site online?

Any recommendations?
14
votes
9answers
1k views

What does -> mean in F#?

I've been trying to get into F# on and off for a while but I keep getting put off. Why? Because no matter which 'beginners' resource I try to look at I see very simple examples that start using the …
14
votes
11answers
1k views

F# - What are you using it for?

Ok so a good few months back i started hearing about F# and all the goodness it has, i bought Don Syme's book and started reading. At first i was really excited at how elegant it seemed to make …
13
votes
8answers
716 views

When does it make sense to use F# over C# or VB.NET?

Does anyone have any practical examples where F# would be a better choice than C# or VB.NET? Please can you demonstrate using source code?

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