Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
Line 38: Line 38:
 
* [http://notes-on-haskell.blogspot.com/2007/01/ruby-vs-haskell-choose-what-works.html Ruby vs Haskell: choose what works]
 
* [http://notes-on-haskell.blogspot.com/2007/01/ruby-vs-haskell-choose-what-works.html Ruby vs Haskell: choose what works]
 
* [http://notes-on-haskell.blogspot.com/2007/01/haskell-open-secret.html Haskell: open secret in Ruby land]
 
* [http://notes-on-haskell.blogspot.com/2007/01/haskell-open-secret.html Haskell: open secret in Ruby land]
  +
* [http://antoniocangiano.com/articles/2007/03/13/haskell-eye-for-the-ruby-guy Haskell Eye for the Ruby Guy]
 
* Monads in Ruby
 
* Monads in Ruby
 
** [http://meta-meta.blogspot.com/2006/12/monads-in-ruby-part-1-identity.html Part 1: Identity]
 
** [http://meta-meta.blogspot.com/2006/12/monads-in-ruby-part-1-identity.html Part 1: Identity]

Revision as of 16:17, 13 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

Ada

Java

Eiffel

Javascript

C

C#

Scala

Python

Scheme

Forth

Factor

Lisp

Lua

Functional programming

Programming exercises

Laziness

IO

Unix

Network

Concurrency

Performance

Parsing

Monads

Monad transformers

Arrows

Comonads

Error handling and exceptions

Types

Type classes

Data structures

Algorithms and techniques

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