About¶
This project is a collection of pedagogical blog posts exploring generic programming and algorithmic mathematics, inspired by Alex Stepanov's principles.
Author¶
Alex Towell
- Blog: metafunctor.com
- GitHub: github.com/queelius
- Email: queelius@gmail.com
Repository¶
Source code is available at github.com/queelius/stepanov.
Mirror: queelius.github.io/metafunctor
Building¶
# Configure and build
make build
# Run all tests
make test
# Build documentation
make docs
# Serve documentation locally
make docs-serve
Contributing¶
Contributions are welcome. Each post should:
- Demonstrate one core idea
- Be self-contained (~100-400 lines)
- Include tests
- Follow the algebraic design pattern
License¶
MIT