Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
Line 156: Line 156:
 
* [http://www.xprogramming.com/xpmag/dbcHaskellBowling.htm Haskell Bowling]
 
* [http://www.xprogramming.com/xpmag/dbcHaskellBowling.htm Haskell Bowling]
 
* [http://mackys.livejournal.com/424766.html Prime sieves in Haskell]
 
* [http://mackys.livejournal.com/424766.html Prime sieves in Haskell]
* [http://gimbo.org.uk/blog/2007/04/13/playing-with-sections-in-haskell/ Playing with sections in Haskell]
 
   
 
==== Games ====
 
==== Games ====
Line 326: Line 325:
   
 
* [http://gimbo.org.uk/blog/2007/04/20/splitting-a-string-in-haskell/ Splitting a string in Haskell]
 
* [http://gimbo.org.uk/blog/2007/04/20/splitting-a-string-in-haskell/ Splitting a string in Haskell]
 
====Mutable data====
 
 
* [http://neilbartlett.name/blog/2007/04/11/haskell-an-imperative-language-with-mutable-state/ Haskell: an Imperative Language with Mutable State]
 
   
 
=== Algorithms and techniques ===
 
=== Algorithms and techniques ===
  +
  +
====Folds====
   
 
* [http://www.acooke.org/andrew/writing/folds.html Second order folds]
 
* [http://www.acooke.org/andrew/writing/folds.html Second order folds]
Line 337: Line 334:
 
* [http://cale.yi.org/index.php/Fold_Diagrams Fold diagrams]
 
* [http://cale.yi.org/index.php/Fold_Diagrams Fold diagrams]
 
* [http://monad.carnalreason.org/wordpress/?p=19 foldr, foldl]
 
* [http://monad.carnalreason.org/wordpress/?p=19 foldr, foldl]
  +
  +
====Dynamic programming====
  +
 
* [http://sequence.complete.org/node/263 Dynamic Programming in Haskell]
 
* [http://sequence.complete.org/node/263 Dynamic Programming in Haskell]
  +
 
====Mutable data====
  +
 
* [http://neilbartlett.name/blog/2007/04/11/haskell-an-imperative-language-with-mutable-state/ Haskell: an Imperative Language with Mutable State]
  +
  +
====Sections and Currying====
  +
  +
* [http://www.movethemarkets.com/richard/2007/04/28/functional-programming-idiom-plan-for-currying/ Currying]
 
* [http://gimbo.org.uk/blog/2007/04/13/playing-with-sections-in-haskell/ Playing with sections in Haskell]
   
 
=== GUIs ===
 
=== GUIs ===

Revision as of 10:29, 28 April 2007

Many areas of Haskell have been explored in the form of blog posts. This page collects the best of those articles from across the web.

Introductions to Haskell

First impressions

Comparisons to other languages

Ruby

Ada

Java

Eiffel

Javascript

C

C#

Scala

CAL

Python

Scheme

Forth

Factor

Lisp

Lua

Functional programming

Programming exercises

Games

Laziness

Records

IO

Command line arguments

Unix

Network

TCP

IRC

Parallelism and Concurrency

Performance

Parsing

Monads

Monad transformers

Arrows

Comonads

Error handling and exceptions

Types

Type classes

Data structures

Strings

Algorithms and techniques

Folds

Dynamic programming

Mutable data

Sections and Currying

GUIs

Graphics

Web and XML

HTML

XML, Atom, RSS

Maths

Haskell for mathematics

Theorem proving

Quantum computing

Mathematics of Haskell

Testing

Regular expressions

The foreign function interface

Tips and tricks

Cabal and libraries

Hardware description languages