Snap
Snap copied to clipboard
a visual programming language inspired by Scratch
This isn't a dramatic change, but a meaningful quality of life improvement. * Adds a search field to the library import dialog (see screenshot) * replaced the kind of odd...
I loaded in my old Mayflower tracking project from a couple of years ago and noticed that my menus were distorted in V8  in V9  using git bisect...
  This shouldn't lose information. I think it should report a list containing just foo, no ring, but I'll settle for anything that...
just a unfinished library about the combination of math and astrology (totally wont get accepted, no fake 100% real not clickbait)
I was trying to use SAFELY TRY to catch errors thrown with the ERROR command, but that didn't work, so I tried experimenting to see if I could catch _any_...
before adding config option new IDE_Morph().openIn(world); the url is `https://127.0.0.1:8000/snap.html#run:http://wwj718.github.io/post/img/snap-eclipse.xml` After adding config option: new IDE_Morph({lang: "zh_CN", noCloud: true}).openIn(world); The content after the hashtag in the URL will disappear: `https://127.0.0.1:8000/snap.html#`
I have a custom reporter that does a deep remove of empty items from a nested list and went to use it today and was getting unexpected results I have...
Make this block:  (I was looking for an example of something that throws an error message.) Now drag out the MY block and drop it someplace...
Hi All, :) If I have Snap set to Spanish, [this project file](https://snap.berkeley.edu/snap/snap.html#open:https://bjc.berkeley.edu/bjc-r/sparks/prog/U1/lab04/picture-of-a-pixel.xml&editMode&noRun?2024-03-12T14:45:45.733Z) won't load. What could be causing that? It's from [Sparks 1.4.1](https://bjc.berkeley.edu/bjc-r/sparks/student-pages/U1/L4/01-picture-of-a-pixel.html?topic=sparks%2F1-functions-data.topic&course=sparks.html) exercise 2. Thanks and happy (almost)...
  (By the way, if I leave out the MOVE block, then BAD REPORTER reports 0 instead of not reporting. I think that's...