par-tutorial
Haskell concurrency tutorial
A tutorial and code samples for parallel and concurrent programming in Haskell.
A tutorial on Parallel and Concurrent Haskell
219 stars
21 watching
24 forks
Language: Haskell
last commit: almost 12 years ago Related projects:
Repository | Description | Stars |
---|---|---|
simonmar/parconc-examples | Sample code to accompany a book on parallel and concurrent programming in Haskell | 353 |
crabmusket/haskell-simple-concurrency | A tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives. | 79 |
mondaymorninghaskell/haskellings | An automated tutorial program for learning Haskell programming | 167 |
syocy/a-tour-of-go-in-haskell | A Haskell adaptation of Go's concurrency tutorial | 130 |
mzero/haskell-amuse-bouche | A collection of Haskell code examples and resources illustrating the language's features and programming techniques. | 114 |
anton-k/ru-haskell-book | A repository containing Haskell book files and supporting materials. | 275 |
mark-watson/haskell_tutorial_cookbook_examples | A collection of Haskell code examples and tutorials for learning the language. | 82 |
lettier/parsing-with-haskell-parser-combinators | An in-depth guide to parsing using Haskell's parser combinator technology | 92 |
raviksharma/bartosz-basics-of-haskell | A collection of exercises and code examples illustrating the basics of Haskell programming | 488 |
politrons/dive_into_haskell | An introductory guide to Haskell programming language features and applications | 69 |
haskell-jp/makemistakestolearnhaskell | A tutorial project teaching Haskell programming by having learners attempt and learn from their mistakes | 81 |
ogrisel/parallel_ml_tutorial | A tutorial on parallel machine learning with scikit-learn and IPython | 1,592 |
dnikolovv/practical-haskell | A collection of practical examples and snippets to help developers use Haskell in real-world scenarios. | 84 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 847 |
iu-parfunc/lvars | Provides a data structure and framework for monotonically-growing concurrent programs | 81 |