Simple examples
- The classical, simple farm (source code)
- Farm of map computing vector squares (source code)
- Pipe squaring twice the elements of a vector (source code)
More complex examples
- Compute the definite integral of f (first version)
(source code)
- Compute the definite integral of f
(second version, look at the differences!)
(source code)
- Drawing the mandelbrot set (source code)
- Matrix multiplication (source code)
- Computing the n-power of a matrix (source code)
- Life (source code)
Utilities
- Utilities to handle data files as streams
(source code)
- A dummy pipeline to perform performance tuning experiments
(source code)