项目作者: syocy

项目描述 :
Write "Concurrency" section of "A Tour of Go" in Haskell
高级语言: Haskell
项目地址: git://github.com/syocy/a-tour-of-go-in-haskell.git
创建时间: 2017-08-25T14:23:45Z
项目社区:https://github.com/syocy/a-tour-of-go-in-haskell

开源协议:Other

下载


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