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

Write "Concurrency" section of "A Tour of Go" in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

Write "Concurrency" section of "A Tour of Go" in Haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 41.5%Language:JavaScript 28.7%Language:HTML 27.0%Language:CSS 2.7%