Introduction
The kommando programming language pairs a rust-like syntax and the comfort of generics with the simplicity of c.
The first part of the docs is a sequential introduction to the language and the command line tools.
The parts after are itemized lists of features and not meant for sequential reading. Rather use them as a dictionary.
Resources
- online sandbox
- this book
- the kommando github repository, containing:
- many examples
- the standard library
Consider starring ⭐ the kommando repository if you like the language!
How to
While reading this book you will frequently encounter
Oho, secret text >^.^<
code blocks
Click on the eye symbol in the top right corner to reveal more context.
You then can click the clipboard symbol and paste the code into the sandbox
This allows easy experimentation