Based on our record, Scratch seems to be a lot more popular than Snap. While we know about 569 links to Scratch, we've tracked only 30 mentions of Snap. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I anticipate my kid needing to live in a word with capitalism, it doesn't ncessarily mean that they need a Mastercard at 4 years old. Same with many other things: condoms, keys to a car, access to alcohol. There is a time for everything, and at the age of 4, a young human probably has not yet maxxed out on analog stimuli opportunities. I learned YouTube when it came out in 2006 and I was 21. I've got 19 years of... - Source: Hacker News / 17 days ago
I've always been fascinated by the technology. I spent many hors playing video games and the first dive into the world of development was when I had to code a game on Scratch. The excercise looked pretty easy: Create a Tamagotchi-like game. Let me tell you - It wasn't easy at all for someone of a young age! There were many things that I needed to pay attention to: Things I have never heard of before! - Source: dev.to / 5 months ago
I would be surprised if your first program was C++? Specifically, getting a decent C++ toolchain that can produce a meaningful program is not a small thing? I'm not sure where I feel about languages made for teaching and whatnot, yet; but I would be remiss if I didn't encourage my kids to use https://scratch.mit.edu/ for their early programming. I remember early computers would boot into a BASIC prompt and I... - Source: Hacker News / 5 months ago
I've been teaching a teenager how to code with smalltalk (Scratch): https://scratch.mit.edu/. - Source: Hacker News / 6 months ago
A good place to start with kids that age is Scratch: https://scratch.mit.edu/. - Source: Hacker News / 8 months ago
Kids would probably have a better experience with Hedy https://hedy.org if they are young, and Pyret https://dcic-world.org if they are a little older. Once they know how to program python is obviously a fine choice, but starting beginners with Python is insane. Too many gotchas, incomprehensible error messages etc. Also why logo? Its not 1967 anymore. A far better choice is Snap! https://snap.berkeley.edu. - Source: Hacker News / 4 months ago
I upgraded my son from Scratch to Snap! (https://snap.berkeley.edu/). Snap has a much higher ceiling, including collections, first-class code pieces, higher-order functions etc. It pretty openly describes itself as a "Scheme disguised as Scratch" :-) A pragmatic pedagogical thing I love with Snap! Is the ease of creating custom blocks, including macros / custom "C-shaped" control structures. If you have some... - Source: Hacker News / 8 months ago
Take a look at Snap. It was originally a scratch mod, but does allows for all sorts of advanced things. https://snap.berkeley.edu. - Source: Hacker News / about 1 year ago
There is also Snap! (https://snap.berkeley.edu/) which starts very much like Scratch but has higher ceiling. - Source: Hacker News / over 1 year ago
Https://snap.berkeley.edu/ Snap! Is made by folks previously involved in Berkeley Logo, and has a lot of "missing pieces" that make organizing programs easier: lambdas, cc, and binding functions to definitions (aka build-your-own-blocks). - Source: Hacker News / over 1 year ago
Godot Engine - Feature-packed 2D and 3D open source game engine.
Blockly - Blockly is a library for building visual programming editors.
Code.org - Code.org is a non-profit whose goal is to expose all students to computer programming.
Instagram - Instagram is a mobile, desktop, and Internet-based photo-sharing application and service that allows users to share pictures and videos either publicly, or privately to pre-approved followers.
GDevelop - GDevelop is an open-source game making software designed to be used by everyone.
EduBlocks - Making the Transition from Scratch to Python easier.