Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » ScratchWriter [Questions & Help]
- ajzat25
-
Scratcher
14 posts
ScratchWriter [Questions & Help]
This thread is for anyone to ask questions about ScratchWriter.
ScratchWriter is a programming language that compiles to Scratch 3 projects. You can find documentation along with getting started & troubleshooting guides on github.
If you would like a response please read this carefully:
ScratchWriter is a programming language that compiles to Scratch 3 projects. You can find documentation along with getting started & troubleshooting guides on github.
If you would like a response please read this carefully:
define Your Request
think [about what we need to know to understand your question]
if [you want help with an error] then
say [what you are expecting to happen]
say [what is actually happening]
add [code snippets] to [your message v]
add [full error messages] to [your message v]
add [screenshots] to [your message v]
end
if [you don't know how to do something] then
say <[what you want to do] and [how you are trying to do it]>
add [code snippets] to [your message v]
add [examples] to [your message v]
end
say [your favorite color so I know you read this]
Last edited by ajzat25 (Yesterday 07:49:55)
- ajzat25
-
Scratcher
14 posts
ScratchWriter [Questions & Help]
is there an available web editor?There is no web editor, you have to install it locally. Once you've done that you can tell it to watch your file for changes and automatically update a local HTML file with a preview of the project. I think an online editor would be great for trying it out but it's very limiting once you actually start working on a project.
- s_federici
-
Scratcher
500+ posts
ScratchWriter [Questions & Help]
I love your ScratchWriter, but I'm not clear what is the advantage/purpose of a compiler from a Javascript-like language (so, not pure Javascript) to Scratch. So, I would really like to have some more infos from you! Thanks in advance
- IronBill05
-
Scratcher
100+ posts
ScratchWriter [Questions & Help]
I noticed your documentation was AI generated, maybe you should clean it up a bit (at least remove the emojis because that's a big indicator of ai content)
(this is just a suggestion, you don't have to do it)
(this is just a suggestion, you don't have to do it)
- ajzat25
-
Scratcher
14 posts
ScratchWriter [Questions & Help]
I love your ScratchWriter, but I'm not clear what is the advantage/purpose of a compiler from a Javascript-like language (so, not pure Javascript) to Scratch. So, I would really like to have some more infos from you! Thanks in advance
The biggest advantage for me personally is that its much more manageable. A project I'm working on has around 15000 blocks when compiled which makes the editor almost completely unusable but is pretty easy to work with as text. Other advantages include modularity (write code once and use it in many projects easily) and adding features to scratch that aren't normally possible like passing lists into functions or returning values. It can also be a good bridge if you are looking to transition from scratch to something like javascript.
- ajzat25
-
Scratcher
14 posts
ScratchWriter [Questions & Help]
I noticed your documentation was AI generated, maybe you should clean it up a bit (at least remove the emojis because that's a big indicator of ai content)
(this is just a suggestion, you don't have to do it)
None of it is AI generated, it was all written by me.
- IronBill05
-
Scratcher
100+ posts
ScratchWriter [Questions & Help]
Okay nevermind lolI noticed your documentation was AI generated, maybe you should clean it up a bit (at least remove the emojis because that's a big indicator of ai content)
(this is just a suggestion, you don't have to do it)
None of it is AI generated, it was all written by me.
- Discussion Forums
- » Advanced Topics
-
» ScratchWriter [Questions & Help]



