a-tour-of-go-in-haskell

Concurrency tutorial

A Haskell adaptation of Go's concurrency tutorial

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

GitHub

130 stars
13 watching
10 forks
Language: Haskell
last commit: about 6 years ago
concurrencygohaskell

Related projects:

Repository Description Stars
crabmusket/haskell-simple-concurrency A tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives. 79
simonmar/par-tutorial A tutorial and code samples for parallel and concurrent programming in Haskell. 219
simonmar/parconc-examples Sample code to accompany a book on parallel and concurrent programming in Haskell 353
byorgey/haskell-course A collection of materials and resources for learning Haskell programming language 275
haskell/stm A Haskell implementation of software transactional memory for concurrent programming 98
goccy/go-yaml A YAML parser and encoder for the Go programming language. 1,179
zenthangplus/goccm A package to limit concurrency in Goroutines 71
skippednote/go-learn A comprehensive resource for learning Go programming language and its ecosystem. 227
mzero/haskell-amuse-bouche A collection of Haskell code examples and resources illustrating the language's features and programming techniques. 114
arunsworld/nursery A package providing abstractions for structured concurrency in Go 66
jfcg/sorty Fast and efficient sorting library for Go with concurrent and parallel capabilities 133
shady831213/algorithms A collection of algorithms and data structures implemented in Go. 805
haskell-gi/haskell-gi Generates Haskell bindings for GObject Introspection capable libraries 290
mondaymorninghaskell/haskellings An automated tutorial program for learning Haskell programming 167
cuongndc9/7_days_of_go A structured learning path for Go programming 143