Comparison with Scratch and Turtle

The most popular online coding courses for children are Scratch by MIT and Turtle programming. Both courses are well developed, and excellent for teaching programming basics.

This course differs in several important respects:

Why not python or typescript?

Python and Typescript/Javascript are very popular languages with plenty of tutorials on the internet, and job opportunities. All three are scripting languages - slow execution with limited applications. While Typescript has a compiler, Python and Javascript do not, and so require run time debugging, which would be frustrating for children as their character would constantly crash in the multiplayer games.