Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergiobonatto/software-foundations-in-kind

Software Foundations in Kind
https://github.com/sergiobonatto/software-foundations-in-kind

Last synced: about 2 months ago
JSON representation

Software Foundations in Kind

Awesome Lists containing this project

README

        

# Software Foundations in Kind

Translated from [Software Foundations in Idris](https://idris-hackers.github.io/software-foundations/pdf/sf-idris-2018.pdf) to the `Kind` language.
## Book

Kind - Book EN

Kind - Book pt-BR

Kind - Lang EN

## Running locally

```bash
mdbook serve Kind --open
# for the pt-BR version: mdbook serve Kind/ptBR --open
```
## Contribute
- Make the appropriate changes in the `./Kind/src` or `./Kind/ptBR` folder
- Generate the translation for the other languages
- Commit at `main` branch