Visual & learning

Blockly

Blockly is a library for adding visual code editing to web and mobile apps. It allows users to create code by stacking blocks, similar to Scratch, making it an excellent tool for teaching programming concepts without the need to type code.

Share this starting point code.study/blockly
Created by
Google
First appeared
2012
Official resource
Visit the main website

Your first program

Hello, World!

Blockly
// Blockly is a web-based, graphical programming language.
// Users can drag blocks together to build an application.
// No text-based 'Hello, World!' example can be provided since Blockly works through visual blocks.