Ecosyste.ms: Awesome

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

https://gergelyk.github.io/prog-lang-usability/

Usability of Programming Languages
https://gergelyk.github.io/prog-lang-usability/

Last synced: 10 days ago
JSON representation

Usability of Programming Languages

Lists

README

        

# Usability of Programming Languages

This book can be viewed at: https://gergelyk.github.io/prog-lang-usability/

## Rendering

```sh
cargo install mdbook
mdbook serve -o
```

## Adding new language

- Generate custom [highlight.js](https://highlightjs.org/download)
- Copy `highlight.min.js` to `theme/highlight.js`
- Make sure to add corresponding section in `src/languages.md`, `src/snippets.md`

## Contributions

Pull requests are welcome.