Zoomscript Coding Language

Click here to open the Zoomscript project page on Scratch.

Welcome. Zoomscript is a coding language with an included text editor, compiler and runtime environment designed in Scratch 3.0 by -llll-. It is designed to be simple to use, with some syntax shared with multiple existing programming languages. Developers can also expand its capabilities with dynamic packages, which initialise themselves at startup, providing more functionality to the language without the need for any "imports".

New? Start here!

There's a lot to learn about the language and UI. To ensure the comments on the Scratch project page remain mostly feedback-related, the guides on this website are designed to cover every first-party feature of Zoomscript in a succinct yet relevant way.

Developers

Zoomscript supports third party packages - and the template for them is built into the project itself. To learn more about how to develop a package for Zoomscript, visit the Dev page.