From 47f28a43fda9465d38d7d19e68ba7dd2307436f3 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 20 Mar 2023 21:08:03 +0530 Subject: [PATCH] Update README --- README.md | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b1f8f06..1459d61 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,25 @@ # About -This is a repository of Haskell Jupyter notebooks which will mostly notes on -Optics and my exploration in Optics through various blog posts and also -primarily driven by Chris Penner's book Optics by example. +This is a repository of Haskell Jupyter notebooks and other notes in my +Haskell journey. -# Installing IHaskell +# Using IHaskell -Sorry, I assume Nix here as it was just easy. +Just use [podman](https://github.com/IHaskell/IHaskell#docker). +```bash +podman run --rm -p 8888:8888 -v $PWD:/home/jovyan/src gibiansky/ihaskell ``` -git clone https://github.com/gibiansky/IHaskell.git -nix-build release.nix --argstr compiler ghc865 --arg packages "haskellPackages: [ haskellPackages.lens ]" -result/bin/ihaskell-notebook -``` -One can link the binary in local/bin to the above so that it can be run from -anywhere. -# My Lens talk +# Talks -https://www.youtube.com/watch?v=uZLN2x3u2kg +[Lens](https://www.youtube.com/watch?v=uZLN2x3u2kg) + +[Free Monads](https://www.youtube.com/watch?v=fhu1UQel5eo) # References -namc.in/2018-03-26-lenses-part-1 +https://namc.in/posts/lenses-part-1/ https://deontologician.com/wiki/lenses/