About 70,200 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. Blockly | Google for Developers

    Blockly 程式庫可在應用程式中新增可自訂的編輯器,將程式設計概念當做交疊模塊。 可產生偏好的語言,產生簡潔的程式碼,並支援專為應用程式設計的自訂區塊。

  3. 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 …

  4. See your code come to life with Blockly | Google for 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. 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 …

  6. Blockly | Google for Developers

    La bibliothèque Blockly propose une suite complète d'API et d'outils, permettant aux plates-formes de codage de fournir un environnement personnalisable pour leurs besoins uniques.

  7. Get the code | Blockly | Google for Developers

    Sep 16, 2025 · Blockly provides a script that bootstraps a starter application, which you can then modify. It uses common web development tools like webpack and eslint, but doesn't include a …

  8. Code generation | Blockly | Google for Developers

    Apr 14, 2025 · Blockly provides 5 built-in code generators: JavaScript ES5 Python 3 Lua 5.1 Dart 2 PHP 7 If this list doesn't include the language you want to generate code for, you can create …

  9. Blockly | Google for Developers

    O editor do Blockly usa blocos gráficos interligados para representar conceitos de código, como variáveis, expressões lógicas, loops e muito mais. Ele permite que os usuários apliquem …

  10. 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 …