Blog articles/Functional programming
From HaskellWiki
< Blog articles(Difference between revisions)
m (removed dead link) |
|||
| (3 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Tutorials]] | ||
| + | |||
== Functional programming == | == Functional programming == | ||
| Line 4: | Line 6: | ||
* [http://notes-on-haskell.blogspot.com/2007/02/whats-wrong-with-for-loop.html What's wrong with for loops] | * [http://notes-on-haskell.blogspot.com/2007/02/whats-wrong-with-for-loop.html What's wrong with for loops] | ||
* [http://notes-on-haskell.blogspot.com/2007/02/whats-wrong-with-for-loop-revisited.html More on what's wrong with for loops] | * [http://notes-on-haskell.blogspot.com/2007/02/whats-wrong-with-for-loop-revisited.html More on what's wrong with for loops] | ||
| - | |||
* [http://josefsblog.blogspot.com/2007/01/programming-productivity-and.html Programming Productivity and Programming Languages] | * [http://josefsblog.blogspot.com/2007/01/programming-productivity-and.html Programming Productivity and Programming Languages] | ||
* [http://channel9.msdn.com/ShowPost.aspx?PostID=261386#261386 Haskell - A valuable language] | * [http://channel9.msdn.com/ShowPost.aspx?PostID=261386#261386 Haskell - A valuable language] | ||
| Line 14: | Line 15: | ||
* [http://azaidi.blogspot.com/2007/04/zen-and-art-of-functional-programming.html Zen and the Art of Functional Programming] | * [http://azaidi.blogspot.com/2007/04/zen-and-art-of-functional-programming.html Zen and the Art of Functional Programming] | ||
* [http://totherme.livejournal.com/3845.html Thinking in types] | * [http://totherme.livejournal.com/3845.html Thinking in types] | ||
| + | * [http://disparatemathematician.blogspot.com/2007/07/analogy-for-functional-versus.html Functional versus Imperative programming] | ||
Current revision
Functional programming
- A fold-like procedure in C
- What's wrong with for loops
- More on what's wrong with for loops
- Programming Productivity and Programming Languages
- Haskell - A valuable language
- On Functional Programming
- Functional programming is a silver bullet
- Silver Bullets Incoming!
- Computers were invented to keep track of boring things
- Functional programming for the rest of us
- Zen and the Art of Functional Programming
- Thinking in types
- Functional versus Imperative programming
