Google’s Blockly is a web-based, visual programming editor. Users can drag blocks together to build programs. Build software without typing a single character.
Blockly uses visual blocks that link together to make writing code easier, and can generate JavaScript, Python, PHP, Lua, Dart, and other programming languages. It outputs syntactically correct code in the programming language of your choice. Custom blocks may be created to connect to your own application.
It can also be customised to generate code in any textual computer language.
Blockly is being used by hundreds of projects, most of them educational. It’s not a toy. You can implement complex programming tasks like calculating standard deviation in a single block.
Key Features
- Web based using SVG, no Flash.
- Completely client side JavaScript.
- Support for many programmatic constructs including variables, functions, arrays.
- Minimal type checking supported, designed for weakly typed languages.
- Easy to extend with custom blocks. Use the block factory to make Blockly blocks with Blockly. Tweak Blockly to fit your needs by adding custom blocks for your API or removing unneeded blocks and functionality.
- Clean code generation.
- Step-by-step code execution for tracing and debugging code.
- Exportable code.
- Translated into 50+ languages.
- Support for left-to-right and right-to-left languages.
- Supports all major web browsers including: Chrome, Firefox, Safari, Opera, and IE.
- Mobile support on Android and iOS.

Website: docs.blockly.com
Support: Developers Group
Developer: Google
License: Apache License 2.0
Blockly is written in JavaScript. Learn JavaScript with our recommended free books and free tutorials.
Related Software
| Programming Tools for Kids | |
|---|---|
| Snap! | Visual, block, drag-and-drop programming language |
| TurboWarp | Mod of Scratch |
| Scratch | Easy to use programming environment for ages 8 and up |
| Blockly | Web-based, visual programming editor that's developed by Google |
| Processing | Flexible software sketchbook and language |
| Greenfoot | Simple but powerful Java IDE |
| KTurtle | Educational programming environment for learning how to program |
| Alice | Innovative 3D programming environment |
| BASIC-256 | Easy to use version of BASIC |
| Robocode | Engaging and educational programming game |
| Hedy | Gradual textual programming language |
| CodeWorld | Web-based educational programming environment |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.