Skip to content

syocy/a-tour-of-go-in-haskell

Repository files navigation

Travis

Here is the site generated from this repository.

A Tour of Go in Haskell

A Tour of Go is a famous tutorial of the Go programming language.

This repository attempts to write Concurrency section of A Tour of Go in the Haskell progamming language.

Haskell has lightweight thread feature as in Go.

So it should be interesting for us to compare concurrent program in Haskell and Go :)