Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 902 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 902 Bytes

Context-Generic Programming Patterns

Overview

This repository contains the source code for the book Context-Generic Programming Patterns. The published version of this book is available at https://patterns.contextgeneric.dev/.

For more information about context-generic programming, check out the main website at https://www.contextgeneric.dev/.

Build Instructions

This book is built using mdBook. Follow the installation instructions to install mdBook on your machine. You can then serve a local version of the book by running:

mdbook serve

The output HTML files are stored at the book/ directory. For more commands available, refer to the official mdBook documentation.