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

    Nov 10, 2025 · 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 blocks …

  2. See your code come to life with Blockly | Google for Developers

    Nov 10, 2025 · 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 …

  3. Blockly | Google for Developers

    La bibliothèque Blockly ajoute à votre application un éditeur personnalisable qui présente les concepts de programmation sous forme de blocs imbriqués. Il produit un code propre dans la langue de votre …

  4. 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 variables, logical …

  5. Get the code | Blockly | Google for Developers

    Dec 10, 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 framework, …

  6. Why Blockly? | Google for Developers

    Nov 7, 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 ecosystem that …

  7. 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 define the …

  8. Blockly | Google for Developers

    Nov 10, 2025 · Editor Blockly menggunakan blok grafis yang saling terkait untuk merepresentasikan konsep kode seperti variabel, ekspresi logis, loop, dan banyak lagi. Hal ini memungkinkan pengguna …

  9. Code generation | Blockly | Google for Developers

    Dec 10, 2025 · Code generation is extremely important, because it is what allows your blocks to actually do things, like evaluate arithmetic expressions, move a character through a maze, or configure an …

  10. Generate code | Blockly | Google for Developers

    Apr 14, 2025 · Code generation is extremely important, because it is what allows your blocks to actually do things, like evaluate arithmetic expressions, move a character through a maze, or configure an …