Difference between revisions of "Blog articles"

From HaskellWiki
Jump to navigation Jump to search
Line 186: Line 186:
 
=== Network ===
 
=== Network ===
   
  +
==== TCP ====
* [http://blog.nurd.se/hype/?p=30 An IRC client/server in Haskell]
 
  +
 
* [http://sequence.complete.org/node/258 Simple STM TCP server]
 
* [http://sequence.complete.org/node/258 Simple STM TCP server]
* [http://haskell.org/haskellwiki/Roll_your_own_IRC_bot Roll your own Haskell IRC bot]
 
 
* [http://stephan.walter.name/blog/computers/programming/haskell/interacttcp.html Haskell's 'interact' with TCP sockets]
 
* [http://stephan.walter.name/blog/computers/programming/haskell/interacttcp.html Haskell's 'interact' with TCP sockets]
  +
* [http://greek-lord.gr/WordPress/?p=10 Port Scanner in Haskell]
 
* Simple socket programming:
 
* Simple socket programming:
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming.html Part 1]
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming.html Part 1]
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming-2-revenge-of.html Part 2]
 
** [http://metavar.blogspot.com/2007/03/simple-socket-programming-2-revenge-of.html Part 2]
  +
  +
==== IRC ====
  +
 
* [http://blog.nurd.se/hype/?p=30 An IRC client/server in Haskell]
 
* [http://haskell.org/haskellwiki/Roll_your_own_IRC_bot Roll your own Haskell IRC bot]
   
 
=== Parallelism and Concurrency ===
 
=== Parallelism and Concurrency ===

Revision as of 14:26, 18 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

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

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