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: 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
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
HedyGradual textual programming language
CodeWorldWeb-based educational programming environment

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted