Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
Line 154: Line 154:
 
* [http://www.joachim-breitner.de/blog/archives/210-FourFours-in-Haskell.html FourFours in Haskell]
 
* [http://www.joachim-breitner.de/blog/archives/210-FourFours-in-Haskell.html FourFours in Haskell]
 
* [http://www.randomhacks.net/articles/2007/02/22/bayes-rule-and-drug-tests Using Bayesian filtering instead of 'if' in Haskell]
 
* [http://www.randomhacks.net/articles/2007/02/22/bayes-rule-and-drug-tests Using Bayesian filtering instead of 'if' in Haskell]
* [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]
  +
* Bowling in Haskell
 
** [http://www.xprogramming.com/xpmag/dbcHaskellBowling.htm Haskell Bowling]
  +
** [http://www.randomhacks.net/articles/2007/04/28/bowling-in-haskell Bowling in Haskell Response]
   
 
==== Games ====
 
==== Games ====
Line 275: Line 277:
 
* [http://www.rfc1149.net/blog/2007/03/06/why-monads-matter/#more-110 Why monads matter]
 
* [http://www.rfc1149.net/blog/2007/03/06/why-monads-matter/#more-110 Why monads matter]
 
* [http://www.bolour.com/papers/monads-through-pictures.html Monads through Pictures]
 
* [http://www.bolour.com/papers/monads-through-pictures.html Monads through Pictures]
  +
* [http://gelisam.blogspot.com/2006/10/monads-as-universe-helpers.html Monads as universe helpers]
  +
* [http://sigfpe.blogspot.com/2007/04/trivial-monad.html The Trivial Monad]
   
 
==== Monad transformers ====
 
==== Monad transformers ====
Line 294: Line 298:
 
* [http://sigfpe.blogspot.com/2006/12/evaluating-cellular-automata-is.html Evaluating cellular automata is co-monadic]
 
* [http://sigfpe.blogspot.com/2006/12/evaluating-cellular-automata-is.html Evaluating cellular automata is co-monadic]
 
* [http://meryrus.blogspot.com/2007/04/reading-and-coreading.html Reading and co-reading]
 
* [http://meryrus.blogspot.com/2007/04/reading-and-coreading.html Reading and co-reading]
  +
* [http://gelisam.blogspot.com/2007/04/i-understand-comonads.html Understanding comonads]
   
 
=== Error handling and exceptions ===
 
=== Error handling and exceptions ===

Revision as of 02:26, 29 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