Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 818 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 818 Bytes

Randomness in Haskell

Presentation given at Functional Tricity #14 meet-up.

Presentation is pre-compiled, but LaTeX sources are included. Use latexmk with given config file.

Demo notebook prototype for live-coding during talks and the one that was live-coded during presentation. Both require HaskellR, use:

stack --nix build
stack --nix exec ihaskell install

to build and install and then

stack --nix exec jupyter notebook

to start Jupyter notebook server. Open in browser (due to Nix-stuff it will not automatically open browser for you).