par-tutorial

Haskell concurrency tutorial

A tutorial and code samples for parallel and concurrent programming in Haskell.

A tutorial on Parallel and Concurrent Haskell

GitHub

219 stars
21 watching
24 forks
Language: Haskell
last commit: over 13 years ago

Related projects:

RepositoryDescriptionStars
simonmar/parconc-examplesSample code to accompany a book on parallel and concurrent programming in Haskell355
crabmusket/haskell-simple-concurrencyA tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives.79
mondaymorninghaskell/haskellingsAn automated tutorial program for learning Haskell programming168
syocy/a-tour-of-go-in-haskellA Haskell adaptation of Go's concurrency tutorial130
mzero/haskell-amuse-boucheA collection of Haskell code examples and resources illustrating the language's features and programming techniques.114
anton-k/ru-haskell-bookAn online Haskell book repository with source code examples and downloadable books in various formats.276
mark-watson/haskell_tutorial_cookbook_examplesA collection of Haskell code examples and tutorials for learning the language.81
lettier/parsing-with-haskell-parser-combinatorsAn in-depth guide to parsing using Haskell's parser combinator technology93
raviksharma/bartosz-basics-of-haskellA collection of exercises and code examples illustrating the basics of Haskell programming488
politrons/dive_into_haskellAn introductory guide to Haskell programming language features and applications69
haskell-jp/makemistakestolearnhaskellA tutorial project teaching Haskell programming by having learners attempt and learn from their mistakes83
ogrisel/parallel_ml_tutorialA tutorial on parallel machine learning with scikit-learn and IPython1,593
dnikolovv/practical-haskellA collection of practical examples and snippets to help developers use Haskell in real-world scenarios.84
haskell/parsecA parser combinator library designed to be industrial-strength and easy to use850
iu-parfunc/lvarsProvides a data structure and framework for monotonically-growing concurrent programs80