Discuss Scratch

ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

I just realized the only reason I decided to learn Python, C#, and C++ is because of this project. Prior to starting this, the only programming language I knew was shell script. I probably would have been stuck with only that for a while if I never started this project.
PokePika__10339__
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

ThatCoder77471 wrote:

I just realized the only reason I decided to learn Python, C#, and C++ is because of this project. Prior to starting this, the only programming language I knew was shell script. I probably would have been stuck with only that for a while if I never started this project.
Well, at least you know a bunch more languages now!
ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

C# decompiler is about halfway done. Just need to add the rest of the blocks and do some debugging. I might finish sometime this month if I decide not to procrastinate.
PokePika__10339__
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

ThatCoder77471 wrote:

C# decompiler is about halfway done. Just need to add the rest of the blocks and do some debugging. I might finish sometime this month if I decide not to procrastinate.
Nice!
Edit: I'm too dumb to find where blocks are listed. Which blocks are left?

Last edited by PokePika__10339__ (Oct. 19, 2023 20:01:14)

ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

PokePika__10339__ wrote:

ThatCoder77471 wrote:

C# decompiler is about halfway done. Just need to add the rest of the blocks and do some debugging. I might finish sometime this month if I decide not to procrastinate.
Nice!
Edit: I'm too dumb to find where blocks are listed. Which blocks are left?
I havent made a list of the finished blocks yet but I think I'm done with some looks blocks, all event blocks, and all control blocks so far

i am definitely not finishing this before the end of the month lol
PokePika__10339__
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

ThatCoder77471 wrote:

PokePika__10339__ wrote:

ThatCoder77471 wrote:

C# decompiler is about halfway done. Just need to add the rest of the blocks and do some debugging. I might finish sometime this month if I decide not to procrastinate.
Nice!
Edit: I'm too dumb to find where blocks are listed. Which blocks are left?
I havent made a list of the finished blocks yet but I think I'm done with some looks blocks, all event blocks, and all control blocks so far

i am definitely not finishing this before the end of the month lol
Okay! And darn. Can't wait for it to be finished! This is going to be so cool to use! :D
PokePika__10339__
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

So how's it going? How many blocks do you have left?

Last edited by PokePika__10339__ (Nov. 10, 2023 20:00:21)

ISTILLMAKESTUFF
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

Yoooo can you send a screenshot of the website I wonder if anything changed
ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

PokePika__10339__ wrote:

So how's it going? How many blocks do you have left?
idk lol
im pretty sure i'm still on control blocks at the moment
PokePika__10339__
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

ThatCoder77471 wrote:

PokePika__10339__ wrote:

So how's it going? How many blocks do you have left?
idk lol
im pretty sure i'm still on control blocks at the moment
Okay. Has progressed slowed? (More than before?) Or is it still moving along? (As slow as before?)
It'd be really funny if you decided to change languages again and start the whole process over.
ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

PokePika__10339__ wrote:

ThatCoder77471 wrote:

PokePika__10339__ wrote:

So how's it going? How many blocks do you have left?
idk lol
im pretty sure i'm still on control blocks at the moment
Okay. Has progressed slowed? (More than before?) Or is it still moving along? (As slow as before?)
It'd be really funny if you decided to change languages again and start the whole process over.
yeah it's extremely slow at the moment (not a lot of motivation right now)
i may work on it during thanksgiving break though
PokePika__10339__
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

ThatCoder77471 wrote:

PokePika__10339__ wrote:

ThatCoder77471 wrote:

PokePika__10339__ wrote:

So how's it going? How many blocks do you have left?
idk lol
im pretty sure i'm still on control blocks at the moment
Okay. Has progressed slowed? (More than before?) Or is it still moving along? (As slow as before?)
It'd be really funny if you decided to change languages again and start the whole process over.
yeah it's extremely slow at the moment (not a lot of motivation right now)
i may work on it during thanksgiving break though
Okay. Well, motivation might be a problem since I'm not sure you'll get anymore.
ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

still procrastinating but i have a bit of motivation now since i don't really have anything else to do
roxton01
Scratcher
3 posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

I think the concept of ScratchLang is cool! But I have an idea for a second compiler. Shall I send it to you, when I finish it?


when stage clicked:: events hat
PokePika__10339__
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

ThatCoder77471 wrote:

still procrastinating but i have a bit of motivation now since i don't really have anything else to do
I relate to that a little more than I should
ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

roxton01 wrote:

I think the concept of ScratchLang is cool! But I have an idea for a second compiler. Shall I send it to you, when I finish it?


when stage clicked:: events hat
sure ig
DifferentDance8
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\smurf\source\repos\ScratchLangCS\ScratchLang\bin\Debug\net7.0-windows\data\mainscripts’.
at System.Environment.set_CurrentDirectoryCore(String value)
at ScratchLang.Program.Main(String args) in c:\Users\smurf\source\repos\ScratchLangCS\ScratchLang\Program.cs:line 18
ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

DifferentDance8 wrote:

Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\smurf\source\repos\ScratchLangCS\ScratchLang\bin\Debug\net7.0-windows\data\mainscripts’.
at System.Environment.set_CurrentDirectoryCore(String value)
at ScratchLang.Program.Main(String args) in c:\Users\smurf\source\repos\ScratchLangCS\ScratchLang\Program.cs:line 18
it'll probably be fixed if i ever push the updates to the repo
PokePika__10339__
Scratcher
500+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

ThatCoder77471 wrote:

DifferentDance8 wrote:

Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\smurf\source\repos\ScratchLangCS\ScratchLang\bin\Debug\net7.0-windows\data\mainscripts’.
at System.Environment.set_CurrentDirectoryCore(String value)
at ScratchLang.Program.Main(String args) in c:\Users\smurf\source\repos\ScratchLangCS\ScratchLang\Program.cs:line 18
it'll probably be fixed if i ever push the updates to the repo
So it's never going to be fixed then?
ThatCoder77471
Scratcher
1000+ posts

<ScratchLang()> - Scratch as a Text-Based Programming Language || Open-Source

PokePika__10339__ wrote:

ThatCoder77471 wrote:

DifferentDance8 wrote:

Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\smurf\source\repos\ScratchLangCS\ScratchLang\bin\Debug\net7.0-windows\data\mainscripts’.
at System.Environment.set_CurrentDirectoryCore(String value)
at ScratchLang.Program.Main(String args) in c:\Users\smurf\source\repos\ScratchLangCS\ScratchLang\Program.cs:line 18
it'll probably be fixed if i ever push the updates to the repo
So it's never going to be fixed then?
Well I haven't officially quit yet

I've just been procrastinating this entire tine


If I don't have anything else to do then I work on this project

Otherwise I rarely work on this anymore

Honestly though I might get back into it due to me having less things to do as of lately

Powered by DjangoBB