
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 …
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.
Designing Queries (SQL or the like) using Block Programming …
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.
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 …
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.
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 …
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 …
Blockly variable scope
Oct 24, 2012 · User can set global variable with usual get/set block within the 'foo' procedure, and they can use "foo:set", "foo:get" to operate as procedure local variables. Language generators …
How to install Blockly on Windows? - Google Groups
Jun 16, 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 …
Try AI Integrated Blockly workspace demo - TutoriaLLM
Nov 7, 2024 · To intergrate LLM (AI) into programming education, I have used Blockly as the framework of code editor, and intergrate LLM throughout workspace to toolbox of Blockly.