Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
(expand Threads -> Threads Considered Harmful)
Line 461: Line 461:
 
** [http://augustss.blogspot.com/2007/04/overloading-haskell-numbers-part-3.html Part 3: Fixed Precision]
 
** [http://augustss.blogspot.com/2007/04/overloading-haskell-numbers-part-3.html Part 3: Fixed Precision]
 
** [http://augustss.blogspot.com/2007/05/i-was-asked-if-my-fixed-number-module.html Dynamic epsilons in Haskell with a bit of type hackery]
 
** [http://augustss.blogspot.com/2007/05/i-was-asked-if-my-fixed-number-module.html Dynamic epsilons in Haskell with a bit of type hackery]
  +
* Number theory
  +
** [http://cdsmith.wordpress.com/2007/06/24/learning-haskell-and-number-theory-gcd-and-higher-order-functions/ GCD and Higher Order Functions]
  +
* [http://www.alpheccar.org/en/posts/show/74 Category theory 1]
  +
* [http://www.alpheccar.org/en/posts/show/76 Category theory 2]
   
 
==== Theorem proving ====
 
==== Theorem proving ====

Revision as of 04:17, 25 June 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

Erlang

Ada

Java

Perl 6

Eiffel

Javascript

C

C#

Scala

CAL

Python

Scheme

Forth

Factor

Lisp

Lua

Qi

Functional programming

Programming exercises

Games

Laziness

Records

IO

Command line arguments

Unix

Network

HTTP

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

Databases

Graphics

Web and XML

HTML

XML, Atom, RSS

Maths

Haskell for mathematics

Theorem proving

Quantum computing

Mathematics of Haskell

Testing, correctness and proofs

Regular expressions

The foreign function interface

Tips and tricks

Cabal and libraries

Robots and Hardware

Neural networks