https://github.com/zerotohero-dev/learning-haskell
A Bunch of Haskell Experiments Starting From the Very Beginning, to Learn the Language
https://github.com/zerotohero-dev/learning-haskell
Last synced: 8 months ago
JSON representation
A Bunch of Haskell Experiments Starting From the Very Beginning, to Learn the Language
- Host: GitHub
- URL: https://github.com/zerotohero-dev/learning-haskell
- Owner: zerotohero-dev
- License: mit
- Created: 2014-03-24T23:52:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T19:15:50.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:35:50.450Z (about 2 years ago)
- Language: Haskell
- Size: 979 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
learning-haskell
================
//TODO: Since I’m not working at Jive, and nobody has been working on this repo for a while, this README needs a rewrite.
A Bunch of Haskell Experiments Starting From the Very Beginning, to Learn the Language
We are a groups of [Jivers](http://developer.jivesoftware.com/) who are following [Learn Your Haskell For Great Good](http://learnyouahaskell.com/) while doing additional experiments around the language too. – So chances are that the code you see here are a lot similar to the code you'll read in the book. We don't claim ownership on any of the code that we take from the book, it's for **educational** purposes only. – And any other code that you see here is being shared with an **MIT License**, so feel free to hack around.
As always, contributions, comments, and suggestions are always welcome.
## Installing Haskell on Ubuntu