Skip to main content

Timeline for Make your language unusable

Current License: CC BY-SA 3.0

14 events
when toggle format what by license comment
Jan 6, 2023 at 9:13 comment added SectorCorruptor Note that this code will not crash in Turbowarp with Warp Timer activated
Jan 19, 2021 at 0:24 comment added Makonede I think you meant loudness to be timer, if I'm not mistaken.
S Mar 29, 2017 at 15:04 history suggested Engineer Toast CC BY-SA 3.0
Link rot prevention for the images
Mar 29, 2017 at 14:54 review Suggested edits
S Mar 29, 2017 at 15:04
May 29, 2016 at 13:16 comment added The Fifth Marshal Trivally stopped: put forever: reset timer;stop other scripts in sprite, which will kill all the invocations of the insta block, ant prevent the timer from ever reaching .3, so that the loop never restarts (and even if it did, it would just be stopped again). Meanwhile, you can do some work in another sprite.
Oct 25, 2015 at 15:16 comment added wizzwizz4 @jimmy23013 To answer your question about Scratch, Scratch is an event-driven language. Those things at the top of the scripts, called hat blocks, are triggered on events, such as the loudness of the Microphone input being higher than 12, or the project being started. All the code attached to the hat block is run asynchronously from all the other scripts. There are also sprites, which contain images and sounds, and can display one image and play one sound at once. If you want to learn more, visit the [Scratch website](scratch.mit.edu) or the [editor](scratch.mit.edu/projects/editor) d:-D
Oct 23, 2015 at 15:30 comment added Nebula Have you programmed with Scratch before? If not, Scratch runs multiple scripts at once. These scripts are not literally connected in any way. I suggest you try programming with Scratch so that you can understand.
Oct 23, 2015 at 15:25 comment added jimmy23013 As the specification of this question says, you should leave a place for inserting new code, and the objective is to make that inserted code behave abnormally or have limited functionality, not just to crash the interpreter.
Oct 22, 2015 at 21:30 comment added Nebula @wizzwizz4 Yes yours is much better than mine. please go vote his
Oct 22, 2015 at 19:08 comment added wizzwizz4 @towerofnix By the way, I've improved / radically modified / recreated this here: codegolf.stackexchange.com/a/61490/43394 Mine doesn't rely on Microphone being on.
Oct 22, 2015 at 18:09 comment added wizzwizz4 Somebody using Scratch... d:-D YAY!!!
Oct 22, 2015 at 17:35 comment added Nebula User code? Anywhere in the project, as long as this snippet is inserted. It is executed once 0.3 seconds after the initial run, and then every 0.3 seconds (except that it also constantly reruns a script with no end, making Scratch very slow). Is it okay if I update this post with a better, more powerful crasher?
Oct 22, 2015 at 4:54 comment added jimmy23013 Where do you add the user code, and is it actually executed?
Oct 21, 2015 at 11:47 history answered Nebula CC BY-SA 3.0