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: 3 months ago
JSON representation
Usability of Programming Languages
- Host: GitHub
- URL: https://gergelyk.github.io/prog-lang-usability/
- Owner: gergelyk
- Created: 2023-09-20T14:16:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-02T14:45:07.000Z (about 1 year ago)
- Last Synced: 2024-06-19T21:11:53.077Z (5 months ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-crystal - Usability of Programming Languages - Comparison of Python, Rust, Crystal (Unofficial)
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.