• Stars
    star
    130
  • Rank 268,845 (Top 6 %)
  • Language
    Haskell
  • License
    BSD 3-Clause "New...
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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