Discuss Scratch

radprson
Scratcher
13 posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

I do Lua for making ROBLOX games, and I do Python for making basic text based games. Right now I'm working on a car game on ROBLOX and upping my python knowledge on W3Schools!
ninjaMAR
Scratcher
1000+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?


My projects outside of scratch are on my GitHub.

Last edited by ninjaMAR (June 26, 2024 15:12:01)

ajskateboarder
Scratcher
1000+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?



(Lua was for this small project, not anything related to Roblox )
(Also not sure how I've written so much Markdown)

Right now, I'm working on a way to smoothly use Git with Scratch projects
Mryellowdoggy
Scratcher
1000+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

Python, JS, C#
mybearworld
Scratcher
1000+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

logabe
Scratcher
71 posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

I've recently been doing a lot of work in Rust, which - though it has a lot of really nice features (adding data to enum variants, the trait system) while still being low level - has it's own set of ‘gotchas that you need to learn. I’ve had a lot of headaches from Rust. You can do some very cool things with rust! I'm using Rust to create a Scratch Interpreter, and using the serde package has allowed me to translate a JSON file into Rust data structures with minimal headaches.
C# is my go-to for complex projects as there's none of the headaches that have come from (not understanding) Rust. I've been using OpenTK's bindings and have found it fairly painless to wrap a class around an OpenGL object. Doing the equivalent in Rust would be difficult, as OpenGL doesn't fit well into Rust's memory model.
I've also been using Python for web development (through Django) and it has reminded me of the best thing about Python - it's simplicity. Many complex things have been abstracted away (for better or worse) and it leaves clean and readable code in it's wake.
dj_greener
Scratcher
500+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

Lua (Roblox Studio)
Master at Googling stuff lol

Last edited by dj_greener (June 28, 2024 19:44:19)

SupoCoder
Scratcher
4 posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

radprson wrote:

I do Lua for making ROBLOX games, and I do Python for making basic text based games. Right now I'm working on a car game on ROBLOX and upping my python knowledge on W3Schools!
I program on JS! (JavaScript)
Blackout32
Scratcher
500+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

logabe wrote:

I've recently been doing a lot of work in Rust, which - though it has a lot of really nice features (adding data to enum variants, the trait system) while still being low level - has it's own set of ‘gotchas that you need to learn. I’ve had a lot of headaches from Rust. You can do some very cool things with rust! I'm using Rust to create a Scratch Interpreter, and using the serde package has allowed me to translate a JSON file into Rust data structures with minimal headaches.
C# is my go-to for complex projects as there's none of the headaches that have come from (not understanding) Rust. I've been using OpenTK's bindings and have found it fairly painless to wrap a class around an OpenGL object. Doing the equivalent in Rust would be difficult, as OpenGL doesn't fit well into Rust's memory model.
I've also been using Python for web development (through Django) and it has reminded me of the best thing about Python - it's simplicity. Many complex things have been abstracted away (for better or worse) and it leaves clean and readable code in it's wake.
Rust is sooo nice. Borrow checker kept annoying me but once I got the hang of it it easily became my #1 language
dynamicsofscratch
Scratcher
1000+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

I know Lua, Python, HTML, CSS and really basic JS. Kinda surprised of myself of how I got past Scratch…

Also, shouldn't this be in TIRaP?
radprson
Scratcher
13 posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

What is TIRaP
BigNate469
Scratcher
1000+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

radprson wrote:

What is TIRaP
Things I'm Reading and Playing
T I R a P

Also, JavaScript, CSS, HTML, Java, Shell.

Last edited by BigNate469 (July 1, 2024 18:28:41)

breakfast_for_dinner
Scratcher
1000+ posts

Are there any programming languages you do besides Scratch? If so, what are you working on?

javascript (i like webdev) and rust (for silly things)

Powered by DjangoBB