markdenardo / learn-you-a-haskell

“Learn You a Haskell for Great Good!” by Miran Lipovača

Home Page:learnyouahaskell.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn You a Haskell for Great Good!

by Miran Lipovača.

This is my personal copy of “Learn You a Haskell for Great Good!”, the prettiest book for learning Haskell that I know of. I obtained this copy by using Pandoc.

You can read the book online or buy a copy.

Description at learnyouahaskell.com

Hey yo! This is Learn You a Haskell, the funkiest way to learn Haskell, which is the best functional programming language around. You may have heard of it. This guide is meant for people who have programmed already, but have yet to try functional programming.

The whole thing is completely free to read online, but it's also available in print and I encourage you to buy as many copies as you can afford!

To contact me, shoot me an email to: bonus at learnyouahaskell dot com! You can also find me idling on #haskell where I go by the name BONUS.

What is this repo for?

With the help of this repo, you can make your own ebook version of the book. Make sure you have Pandoc installed and pdflatex (for making the pdf) and then use 'make all', 'make epubs' or 'make pdfs' depending on what you want. The output will be written to a directory called 'out'

License

This book is licensed under an Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0) license.

About

“Learn You a Haskell for Great Good!” by Miran Lipovača

learnyouahaskell.com


Languages

Language:Makefile 69.6%Language:CSS 30.4%