Skip to content

gergelyk/prog-lang-usability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usability of Programming Languages

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

Rendering

cargo install mdbook
mdbook serve -o

Adding new language

  • Generate custom highlight.js
  • 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.