Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
(more articles)
Line 29: Line 29:
   
 
=== Comparisons to other languages ===
 
=== Comparisons to other languages ===
 
==== Scala ====
 
* [http://blog.tmorris.net/ignorance-is-mostly-bliss-but-not-always/ Haskell, CAL and Scala]
 
   
 
==== Ruby ====
 
==== Ruby ====
Line 53: Line 50:
   
 
* [http://jaortega.wordpress.com/2007/01/29/the-functional-c-programmer/ The functional C programmer]
 
* [http://jaortega.wordpress.com/2007/01/29/the-functional-c-programmer/ The functional C programmer]
  +
 
==== Scala ====
  +
 
* [http://blog.tmorris.net/ignorance-is-mostly-bliss-but-not-always/ Haskell, CAL and Scala]
  +
  +
==== Python ====
  +
  +
* [http://wiki.python.org/moin/PythonVsHaskell Haskell versus Python]
  +
  +
==== Scheme ====
  +
  +
* [http://programming.reddit.com/goto?id=nq1k Haskell versus Scheme]
  +
  +
==== Lisp ====
  +
  +
* [http://www.defmacro.org/ramblings/lisp-in-haskell.html Writing lisp in Haskell]
   
 
=== Functional programming ===
 
=== Functional programming ===

Revision as of 03:46, 1 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

Javascript

C

Scala

Python

Scheme

Lisp

Functional programming

Programming exercises

Laziness

IO

Network

Concurrency

Performance

Parsing

Monads and arrows

Monad transformers

Comonads

Error handling and exceptions

Types

Type classes

Data structures

Web

Maths

Regular expressions

The foreign function interface

Cabal and libraries

Hardware description languages