Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
Line 374: Line 374:
 
* [http://sigfpe.blogspot.com/2007/03/monads-vector-spaces-and-quantum.html Monads, Vector Spaces and Quantum Mechanics pt. II]
 
* [http://sigfpe.blogspot.com/2007/03/monads-vector-spaces-and-quantum.html Monads, Vector Spaces and Quantum Mechanics pt. II]
 
* [http://sigfpe.blogspot.com/2007/03/independence-entanglement-and.html Independence, entanglement and decoherence with the quantum monad]
 
* [http://sigfpe.blogspot.com/2007/03/independence-entanglement-and.html Independence, entanglement and decoherence with the quantum monad]
  +
* [http://sigfpe.blogspot.com/2007/03/shor-quantum-error-correcting-code-and.html The Shor Quantum Error Correcting Code (and a Monad for Heat)]
 
* [http://www.alpheccar.org/en/posts/show/68 The Frame Of Reference Monad]
 
* [http://www.alpheccar.org/en/posts/show/68 The Frame Of Reference Monad]
   

Revision as of 22:48, 19 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

Games

Laziness

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

Algorithms and techniques

GUIs

Graphics

Web and XML

XML, Atom, RSS

Maths

Haskell for mathematics

Quantum computing

Mathematics of Haskell

Testing

Regular expressions

The foreign function interface

Tips and tricks

Cabal and libraries

Hardware description languages