Access programming language cheat sheets
masterCheat sheets for programming languages are organized using namespaces (subdirectories) named after the language. For any supported language, you can access specific specialized sheets using the following patterns:
{language}: The main cheat sheet for the language.{language}/hello: Instructions on how to start with the language (installation, building, running, and a 'Hello World' example).{language}/:list: A list of all available topics related to that language.{language}/:learn: A 'learn-x-in-minutes' style sheet for quick onboarding.{language}/1line: A collection of one-liners for that language (if supported).{language}/weirdness: A collection of unusual or 'weird' language examples (if supported).
Example for Lua:
lua
lua/hello
lua/:list
lua/:learn