Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.2 KB

README.org

File metadata and controls

38 lines (30 loc) · 1.2 KB

Category Theory in Programming

Table of Contents

Introduction

This repository contains a tutorial on Category Theory in Programming using the Racket programming language. The tutorial aims to provide a hands-on approach to understanding fundamental category theory concepts and their practical applications in programming.

License

This tutorial is released under the MIT License. See the LICENSE file for more details.

Getting Started

To get started with the tutorial, run the following command to install `ctp’:

$ git clone https://github.com/NoahStoryM/ctp
$ cd ctp
$ raco pkg install

After compilation, open `doc/ctp/index.html’ with a browser.

If you want to recompile `ctp’, you can run the following command:

$ raco setup --doc-index ctp

Contributing

Contributions are welcome! If you find errors, have suggestions, or want to expand the tutorial, please open an issue or submit a pull request.