244f719528
This fixes #37 |
||
---|---|---|
src | ||
.gitignore | ||
category-theory-for-programmers.pdf | ||
README.md |
Category Theory for Programmers
Direct link: category-theory-for-programmers.pdf (v0.1, September 2017)
This is an unofficial PDF version of "Category Theory for Programmers" by Bartosz Milewski, converted from his blogpost series.
Conversion is done by scraping the blog with Mercury Web Parser to get a clean HTML content, modifying and tweaking with Beautiful Soup, finally, converting to LaTeX with Pandoc. See scraper.py for additional information.
Note: this is a work in progress! Please report any formatting/content issues, or better yet, send a PR!
Acknowledgements
PDF source and the tools to create it are based on the work by Andres Raba et al., available here: https://github.com/sarabander/sicp-pdf.
The book content is taken, with permission, from Bartosz Milewski's blogpost series, and adapted to the Texinfo/LaTeX format.
Thanks to the following people for contributing corrections/conversions:
- Oleg Rakitskiy
License
The PDF book, .tex
files, and associated images and figures in directories src/fig
and src/content
are licensed under Creative Commons Attribution-ShareAlike 4.0 International License (cc by-sa).
The script files scraper.py
and others are licensed under GNU General Public License version 3 (for details, see src/LICENSE).