Jogo Tutorial - mfichman/jogo GitHub Wiki
Introduction
The Jogo tutorial is a guide for programmers who want to use the Jogo programming language to develop applications. The first section, "Getting started," explains how to download Jogo and compile your first Jogo program. "The basics" explains the Jogo programming language syntax. The last section walks through programming a simple sprite-based game.
Getting started
The basics
- Variables and Literals
- Arrays, Lists, and Maps
- Control Statements
- Functions and Closures
- Classes, Methods, and Attributes
- Operators and Hook Methods
- Value-types vs. Reference-types
- Interfaces
- Parametric Polymorphism
- Coroutines
- Any Type