From 39c0fbf7c2a3761dd9022024d66ed971d5a603b0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 17 Jul 2022 00:25:15 +0300 Subject: [PATCH] Updated Scratch (markdown) --- Scratch.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Scratch.md b/Scratch.md index f464aed..2e96753 100644 --- a/Scratch.md +++ b/Scratch.md @@ -34,6 +34,10 @@ There are many versions of Scratch for different purposes. - https://github.com/LLK/scratchjr - Google Blockly https://developers.google.com/blockly/ +## Scratch article with many links + +https://news.ycombinator.com/item?id=32120445 + ### Scratch Haxe Some of the Blockly Haxe code seems to be deleted, and some have license issues, I don't know is there working Blockly that generates Haxe code from blocks. There were previously some fork of Blockly where someone changed Blockly Javascript (or some other programming language) to instead create Haxe code.