https://github.com/skailasa/haskell_practice
🌈 My haskell practice
https://github.com/skailasa/haskell_practice
fun functional-programming haskell-learning
Last synced: 22 days ago
JSON representation
🌈 My haskell practice
- Host: GitHub
- URL: https://github.com/skailasa/haskell_practice
- Owner: skailasa
- Created: 2019-04-06T18:03:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T14:11:12.000Z (over 6 years ago)
- Last Synced: 2025-09-08T00:26:41.855Z (about 1 month ago)
- Topics: fun, functional-programming, haskell-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Haskell
Working through [real world haskell](http://book.realworldhaskell.org/) chapter by chapter.
## Run IHaskell Server
Binds pwd to `/books` in server.
```bash
chmod +x ihaskell.sh
./ihaskell.sh
```