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

    Jul 13, 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. Installation of ArduBlockly on Windows 10 with Arduino uno

    Jan 8, 2013 · I am a grandparent trying to help my granddaughter learn block programming using an Arduino uno. I have been learning Arduino IDE and can make it work on both mac and window 10. I …

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

  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 · But when you try to figure out how to actually install Blockly, it quickly becomes a confusing nightmare.

  10. Create Custom Python Blocks - Google Groups

    May 31, 2021 · Then you must separately create a block-code generator for the block. In your case it should generate Python. If you want to create dictionaries, sets, and tuples, you will probably also …