About 5,330,000 results
Open links in new tab
  1. Building a block-based visual code editor - Google Groups

    Jul 11, 2023 · Also, how can we make our Blockly-based tools more amenable to reading. While blocks-based programming tends to make it easier to write programs than with text-based programming, I …

  2. How to covert the Blocks to Arduino Language - Google Groups

    May 12, 2021 · Now, as for your question! There is no simple way to convert javascript to arduino code, or to get a block to generate arduino code. Arduino code is written in c++, which Blockly does not …

  3. How to use custom blocks in image movement in blockly

    Jul 9, 2022 · I want to make one module on my page to demonstrate block programming with an image, like scratch, but I don't know how to move the image in blockly using my custom blocks.

  4. Designing Queries (SQL or the like) using Block Programming paradigm

    Aug 17, 2016 · I assume that the Block Programming paradigm has already been used for designing structured queries (e.g., SQL queries) but I have a hard time finding such systems.

  5. Blockly - Google Groups

    Feel free to post questions about developing with Blockly, demos of things you've built, or make suggestions for features you'd like to see in the future. But if you've found a bug, please report it over …

  6. Blockly Summit 2025: New sessions in EdTech, AI, accessibility and more

    Apr 3, 2025 · Attend 50 newly added talks and workshops covering block-based programming topics in EdTech, Robotics, AI & ML, Accessibility, and Enterprise use of Blockly.

  7. App: Blockly with Unity games and Processing sketches

    May 8, 2018 · We see block based programming as a stepping stone towards text programming only for some people in some domains. For most people in most domains, a block editor can handle all their …

  8. Open Roberta Lab - Google Groups

    Mar 14, 2015 · The programming blocks are also in English now. Of course everything is open-source and free-to-use.

  9. How to install Blockly on Windows? - Google Groups

    Jun 17, 2022 · Blockly is a library that enables software developers to embed block-based programming editors into *their* end-user products. If you want to program with blocks, I recommend looking into …

  10. Adding HashMaps/Dictionaries/Associative Arrays to Blockly

    Aug 26, 2015 · All of the languages supported by Blockly support the concept of a HashMap (Python Dictionaries, Dart Maps, Javascript associative arrays, PHP Arrays) and it is a very standard …