Docs
- IO - How input and output work.
- Syntax - Syntax and desugaring including stack ops/vars.
- Types - Behavior of the different types and op overloading.
- Vectorization - How vectorization works.
- Circular Programming - How looping works and how to use these techniques in Haskell.
- Ops - Description of the non-trivial ops.
- Examples - Worked examples that demonstrate how to practically write iogii programs.
- Why - Why I made iogii and why you might want to use it.
A note on reading order: you can write real programs after the main page overview. The rest completely cover every idiosyncrasy of the language that you would need to know to competitively golf in it.
Lynn has also created an iogii tutorial. Thank you for the fresh perspective.