haskell-simple-concurrency
Concurrency tutorial
A tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives.
Small examples of concurrency in Haskell.
79 stars
7 watching
8 forks
Language: Haskell
last commit: about 8 years ago concurrencyhaskelltutorial
Related projects:
Repository | Description | Stars |
---|---|---|
simonmar/par-tutorial | A tutorial and code samples for parallel and concurrent programming in Haskell. | 219 |
syocy/a-tour-of-go-in-haskell | A Haskell adaptation of Go's concurrency tutorial | 130 |
mondaymorninghaskell/haskellings | An automated tutorial program for learning Haskell programming | 167 |
simonmar/parconc-examples | Sample code to accompany a book on parallel and concurrent programming in Haskell | 353 |
mzero/haskell-amuse-bouche | A collection of Haskell code examples and resources illustrating the language's features and programming techniques. | 114 |
mark-watson/haskell_tutorial_cookbook_examples | A collection of Haskell code examples and tutorials for learning the language. | 82 |
raviksharma/bartosz-basics-of-haskell | A collection of exercises and code examples illustrating the basics of Haskell programming | 488 |
haskell-jp/makemistakestolearnhaskell | A tutorial project teaching Haskell programming by having learners attempt and learn from their mistakes | 81 |
awkward-squad/ki | A lightweight library for structured concurrency in Haskell, providing a simple and efficient way to manage concurrent operations. | 83 |
politrons/dive_into_haskell | An introductory guide to Haskell programming language features and applications | 69 |
typeclasses/haskell-phrasebook | A tutorial guide to Haskell programming with annotated example programs. | 211 |
dnikolovv/practical-haskell | A collection of practical examples and snippets to help developers use Haskell in real-world scenarios. | 84 |
alpacaaa/zero-bs-haskell | A tutorial project teaching Haskell through practical exercises and a gradual introduction to its concepts and terminology. | 562 |
winterland1989/magic-haskell | A collection of Haskell examples and tutorials covering various programming concepts | 293 |
i-am-tom/haskell-exercises | A tutorial and exercise repository to learn about obscure GHC extensions in Haskell. | 638 |