6 comments

  • sinuhe69 47 minutes ago
    Snap is designed to be more expressive and powerful than Scratch. But I find debugging them is very painful. Changing the name of a variable or block for example, could create “holes” in the calling sites but the system can or cannot report an error and fails silently. Snap is IMO more flaky and the team seems more eager to add features than polish the existing ones or make the system mor robust and stable.
  • jc4p 41 minutes ago
    I've been spending a lot of time with my nephews working on Scratch and Snap.

    They also attend local classes and their teachers switched from Snap to this which is way simpler and stickier with my nephews: https://www.microsoft.com/en-us/makecode

  • andrewla 36 minutes ago
    I don't love graphical programming environments like this and Scratch and I can't quite put my finger on why I find them so unattractive.

    A big part of it is that you can, to some degree, learn programming from this. But you absolutely cannot learn software engineering from this.

    • jonplackett 20 minutes ago
      I have the same gripe and I think it’s just simply that when you are used to being able to just write code, everything else feels like it’s in the way.

      Visual coding is a pain to change and move around quickly. It’s just clutter ultimately - if you know how to actually code.

    • crushinator 21 minutes ago
      You also can't learn to be a great novelist from the alphabet song, but it has its place!
    • lern_too_spel 7 minutes ago
      This supports making your own higher order functions. You absolutely can learn software engineering from this. What you can't do is get syntax errors, which makes teaching a classroom of kids by yourself intractable.
    • r_lee 32 minutes ago
      from someone who can remember how they even got into programming:

      it's because this is BS and just a toy, it's got no connection to the real world.

      from the angle of someone trying to make some toy to teach programming, maybe in their head it's like: oh this is so simple and easy it should work perfectly for teaching

      but from my experience, most of my learning came from "whats this?" "how do i make a thing like this?"

      this doesn't provide a way to accomplish that or to promote curiosity

      I think same applies to basic CS courses teaching bits and bytes, it's not really useful to know what bits and bytes are if you don't understand what they're even used for or why you should know what they are

      however, this is just my subjective point of view, maybe it differs for others.

  • stymaar 1 hour ago
    For those wondering the difference with scratch, it's on the about page:

    > About Snap!

    > Snap! (formerly BYOB) is a visual, drag-and-drop programming language. It is an extended reimplementation of Scratch (a project of the Lifelong Kindergarten Group at the MIT Media Lab) that allows you to Build Your Own Blocks. It also features first class[1] lists, first class procedures, and first class continuations[2]. These added capabilities make it suitable for a serious introduction to computer science for high school or college students.

    • biofox 53 minutes ago
      Scratch already allows you to create custom Blocks and features lists. This seems like a perfect example of reinventing the wheel (and fragmenting development communities).
      • striking 52 minutes ago
        Snap implemented these features and others long before Scratch had. To my memory it might have been a decade earlier.
      • DonHopkins 31 minutes ago
        Actually there is a large historical overlap between the two communities -- warm, collaborative, always giving credit where due. Different goals, lots of feedback both ways.

        Jens Mönig was on the Scratch Team (invited by Mitch Resnick). BYOB was presented at Scratch@MIT 2010 explicitly to merge ideas back into Scratch, not to fork the community:

        https://scratched.gse.harvard.edu/resources/announcing-byob2...

        Berkeley has kept showing up at Scratch conferences (Amsterdam 2015, Bordeaux 2017), and the Scratch forums hosted BYOB/Snap! discussion for years:

        https://scratch.mit.edu/discuss/topic/4455/

        So "NIH syndrome," "reinventing the wheel," and "fragmenting the community" is pretty much the opposite of how these two actually interact.

        Documented cross-pollination:

        BYOB => Scratch: custom blocks (Scratch 2.0 took command blocks only, not reporters/lambda). That was an explicit goal:

        https://en.scratch-wiki.info/wiki/Snap!

        Scratch => Snap!: browser rewrite timing influenced by Scratch 2.0 plans; Morphic via John Maloney; CC-licensed costumes/sounds used under license.

        Shared people: Jens (Scratch Team => Snap! lead), John Maloney (Scratch/Morphic; GP session with Jens at Scratch2015AMS), Bernat Romagosa (Snap!, MicroBlocks, Snap4Arduino -- Bordeaux, Snap!Cons).

  • anguishe 46 minutes ago
    Nice! I did a few chapters of this when I was learning.

    I'll have to add it to my list to go and check out any new updates/features they have.

    I can NOT wait to get my little one into something like this!

  • smlacy 40 minutes ago
    I guess universities suffer from NIH-syndrome just as much as big tech does.