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: almost 8 years ago
concurrencygohaskell

Related projects:

RepositoryDescriptionStars
crabmusket/haskell-simple-concurrencyA tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives.79
simonmar/par-tutorialA tutorial and code samples for parallel and concurrent programming in Haskell.219
simonmar/parconc-examplesSample code to accompany a book on parallel and concurrent programming in Haskell355
byorgey/haskell-courseA collection of materials and resources for learning Haskell programming language275
haskell/stmA Haskell implementation of software transactional memory for concurrent programming99
goccy/go-yamlA Go YAML parser and encoder with improved performance, customization options, and team collaboration features.1,217
zenthangplus/goccmA package to limit concurrency in Goroutines71
skippednote/go-learnA comprehensive resource for learning Go programming language and its ecosystem.227
mzero/haskell-amuse-boucheA collection of Haskell code examples and resources illustrating the language's features and programming techniques.114
arunsworld/nurseryA package providing abstractions for structured concurrency in Go68
jfcg/sortyFast and efficient sorting library for Go with concurrent and parallel capabilities133
shady831213/algorithmsA collection of algorithms and data structures implemented in Go.806
haskell-gi/haskell-giGenerates Haskell bindings for GObject Introspection capable libraries293
mondaymorninghaskell/haskellingsAn automated tutorial program for learning Haskell programming168
cuongndc9/7_days_of_goA structured learning path for Go programming144