About 147 results
Open links in new tab
  1. Blockly | Google for Developers

    The Blockly library adds a customizable editor to your app that presents coding concepts as interlocking blocks. It produces clean code in your desired language and allows for custom …

  2. Why Blockly | Google for Developers

    Sep 18, 2024 · Blockly comes bundled with common blocks that generate code in 5 popular programming languages (JavaScript, Python, Lua, Dart, and PHP). Plus it has a thriving plugin …

  3. What is Blockly | Google for Developers

    Sep 18, 2024 · Blockly is a web library that lets you add a blocks-based code editor to your app. The editor uses puzzle-piece like blocks to represent code concepts like variables, logical …

  4. See your code come to life - Google Developers

    Blockly powers learning experiences that introduce students to the exciting concepts of AI. Get hands on experience with a simple Blockly demo, then explore interactive lessons like …

  5. Blockly is an open source developer library for adding block based coding to an app. It was first released in May 2012 and remains under active development as of 2017. Blockly provides a …

  6. Block-code generators | Blockly | Google for Developers

    Apr 14, 2025 · A block-code generator is a function that generates the code for a block and returns it as a string. What code a block generates depend on its type: Value blocks have an …

  7. Get Blockly | Google for Developers

    Sep 18, 2024 · You can also download the compressed code from our GitHub releases. However, this requires you to manually download the code at regular intervals in order to receive the …

  8. Educational applications | Blockly | Google for Developers

    Mar 10, 2025 · Block-based programming environments used for teaching programming need to have a concrete plan for graduating their students. A solid exit strategy also goes a long way …

  9. Blockly Summit 2024 | Session recordings - Google Developers

    Evan explains how Aptly brings generative AI capabilities to App Inventor's Blockly-based, low code environment. He discusses the technical approach the App Inventor team took to build …

  10. Generate code | Blockly | Google for Developers

    Apr 14, 2025 · Blockly utilizes code generator instances, like `javascriptGenerator`, to transform a workspace's blocks into code. Each block requires a block-code generator, defining its code …

Refresh