This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | Neil Fraser, Quynh Neutron, Ellen Spertus, Mark Friedman |
---|---|
Developer(s) | Google, MIT |
Initial release | May 2012 |
Stable release | Q1 2022 Patch 3
/ 8 June 2022[1] |
Repository | github |
Written in | JavaScript |
Platform | Web browser |
Size | 150 KB |
Available in | 50 languages |
List of languages English | |
Type | Library |
License | Apache License 2.0 |
Website | developers |
Blockly is a client-side library for the programming language JavaScript for creating block-based visual programming languages (VPLs) and editors. A project of Google, it is free and open-source software released under the Apache License 2.0.[2] It typically runs in a web browser, and visually resembles the language Scratch.
Blockly uses visual blocks that link together to make writing code easier, and can generate code in JavaScript, Lua, Dart, Python, or PHP. It can also be customized to generate code in any textual programming language.[3]