About 3,850 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. What is Blockly? | Google for Developers

    Jun 16, 2025 · Blockly is a web library that lets you add a customizable blocks-based code editor to your app. The editor uses puzzle-piece like blocks to represent code concepts like …

  3. Introduction to Blockly applications | Google for Developers

    Oct 2, 2025 · Blockly applications help users write programs in a variety of fields, from video games to robotics to data analysis. Users write their programs using blocks, which the …

  4. Attribute Blockly | Google for Developers

    Oct 2, 2025 · Don't — Refer to Blockly as a language (for example, as a "block-based programming language"). Blockly is not a language, it's a library that developers use to make a …

  5. コードを生成して実行する | Blockly | Google for Developers

    ここでは、JavaScript コード生成ツールの特別な機能と、JavaScript を安全に実行する方法として Blockly チームが推奨する JSInterpreter について説明します。

  6. Blockly | Google for Developers

    El editor de Blockly usa bloques gráficos interconectados para representar conceptos de código como variables, expresiones lógicas, bucles y más. Permite a los usuarios aplicar principios …

  7. Custom blocks overview | Blockly | Google for Developers

    Apr 14, 2025 · Blockly comes with a large number of predefined blocks, from mathematical functions to looping structures. However, most applications need to define and implement …

  8. What's a block definition? | Blockly | Google for Developers

    Oct 2, 2025 · Blockly defines a small number of functions you can use to customize blocks. The most common of these is init, which Blockly calls to initialize a block and which is used to …

  9. Blockly Developer Tools | Google for Developers

    Oct 2, 2025 · Blockly ships with multiple code generator languages. Choose the language (s) your application needs in order to show the corresponding block-code generator stub.

  10. Why Blockly? | Google for Developers

    May 23, 2025 · 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 …