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: about 12 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Sample code to accompany a book on parallel and concurrent programming in Haskell | 355 |
| A tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives. | 79 |
| An automated tutorial program for learning Haskell programming | 168 |
| A Haskell adaptation of Go's concurrency tutorial | 130 |
| A collection of Haskell code examples and resources illustrating the language's features and programming techniques. | 114 |
| An online Haskell book repository with source code examples and downloadable books in various formats. | 276 |
| A collection of Haskell code examples and tutorials for learning the language. | 81 |
| An in-depth guide to parsing using Haskell's parser combinator technology | 93 |
| A collection of exercises and code examples illustrating the basics of Haskell programming | 488 |
| An introductory guide to Haskell programming language features and applications | 69 |
| A tutorial project teaching Haskell programming by having learners attempt and learn from their mistakes | 83 |
| A tutorial on parallel machine learning with scikit-learn and IPython | 1,593 |
| A collection of practical examples and snippets to help developers use Haskell in real-world scenarios. | 84 |
| A parser combinator library designed to be industrial-strength and easy to use | 850 |
| Provides a data structure and framework for monotonically-growing concurrent programs | 80 |