Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
(move to maths of Haskell)
Line 264: Line 264:
 
=== Maths ===
 
=== Maths ===
   
==== Haskell for Mathematics ====
+
==== Haskell for mathematics ====
 
* [http://sigfpe.blogspot.com/2006/09/learn-maths-with-haskell.html Learn Maths with Haskell]
 
* [http://sigfpe.blogspot.com/2006/09/learn-maths-with-haskell.html Learn Maths with Haskell]
 
* [http://sigfpe.blogspot.com/2006/09/practical-synthetic-differential.html Practical Synthetic Differential Geometry]
 
* [http://sigfpe.blogspot.com/2006/09/practical-synthetic-differential.html Practical Synthetic Differential Geometry]
Line 291: Line 291:
 
** [http://praisecurseandrecurse.blogspot.com/2006/12/divisive-aftermath.html The Divisive Aftermath]
 
** [http://praisecurseandrecurse.blogspot.com/2006/12/divisive-aftermath.html The Divisive Aftermath]
 
* [http://www.alpheccar.org/en/posts/show/57 Haskell, PDF and penrose tilings]
 
* [http://www.alpheccar.org/en/posts/show/57 Haskell, PDF and penrose tilings]
* [http://www.onebadseed.com/blog/?p=51 Don't need the Y combinator]
 
   
 
==== Mathematics of Haskell ====
 
==== Mathematics of Haskell ====
Line 301: Line 300:
 
* [http://scienceblogs.com/goodmath/2006/09/programs_are_proofs_models_and_1.php Programs are Proofs: Models and Types in Lambda Calculus]
 
* [http://scienceblogs.com/goodmath/2006/09/programs_are_proofs_models_and_1.php Programs are Proofs: Models and Types in Lambda Calculus]
 
* [http://scienceblogs.com/goodmath/2006/11/why_haskell.php Why Haskell?]
 
* [http://scienceblogs.com/goodmath/2006/11/why_haskell.php Why Haskell?]
 
* [http://www.onebadseed.com/blog/?p=51 Don't need the Y combinator]
   
 
=== Testing ===
 
=== Testing ===

Revision as of 23:42, 2 March 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

Java

Eiffel

Javascript

C

C#

Scala

Python

Scheme

Factor

Lisp

Lua

Functional programming

Programming exercises

Laziness

IO

Network

Concurrency

Performance

Parsing

Monads

Monad transformers

Arrows

Comonads

Error handling and exceptions

Types

Type classes

Data structures

Combinators

GUIs

Web and XML

XML, Atom, RSS

Maths

Haskell for mathematics

Mathematics of Haskell

Testing

Regular expressions

The foreign function interface

Tips and tricks

Cabal and libraries

Hardware description languages