Programming Tools for Kids

Blockly – create visual block programming languages and editors

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.

Blockly

Website: developers.google.com/blockly
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
TurboWarpMod of Scratch
ScratchEasy to use programming environment for ages 8 and up
BlocklyWeb-based, visual programming editor that's developed by Google
ProcessingFlexible software sketchbook and language
GreenfootSimple but powerful Java IDE
KTurtleEducational programming environment for learning how to program
AliceInnovative 3D programming environment
BASIC-256Easy to use version of BASIC
RobocodeEngaging and educational programming game

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments