Add README
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
594763d8ce
commit
d53514616e
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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.
|
||||
|
||||
# Installing IHaskell
|
||||
|
||||
Sorry, I assume Nix here as it was just easy.
|
||||
|
||||
```
|
||||
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.
|
||||
|
Loading…
Reference in a new issue