Discuss Scratch

_0xfffrog-
Scratcher
100+ posts

Programming other than Scratch

I've been using assembler for LPC1114 (cortex-m0 chip) for 6 yrs
The good point of low-level programming languages is that we can easily write self-modifying codes.

in my opinion Scratch is as easy to use as assembler : - )
trollface_smack321
Scratcher
40 posts

Programming other than Scratch

superbluigi
Scratcher
100+ posts

Programming other than Scratch

My favorite programing language (that isn't scratch) is löve. Other than that, I've tried unity and failed…

Löve would probably be my ABSOLUTE favorite if scratch wasn't 40 times easier.

maybe i suck at coding

Last edited by superbluigi (Feb. 25, 2025 15:01:43)

cuddlyscout
Scratcher
28 posts

Programming other than Scratch

WebFlow wrote:

I know a variety of web based languages(Ruby, HTML, CSS, Javascript, learning vbscript)
I'm currently learning Java and C++/C.
I'm addicted to Processing(Currently creating an animation in the style of a web browser)
Awesome! I love Processing, especially the JavaScript edition (Processing.JS) It's a bit outdated but JavaScript in itself is a pretty awesome language you can do a lot with. I've made plenty of processing games. (Later embedded in HTML webpages) What processing do you use? Khan Academy has a really nice Processing.JS course I took. I also know C# for unity (I later switched to GoDot) and a bit of C++, I'm learning more Python too, even though I don't enjoy it particularly. It has its uses though. I also do Web Design.
wvzack
Scratcher
500+ posts

Programming other than Scratch

cuddlyscout wrote:

WebFlow wrote:

I know a variety of web based languages(Ruby, HTML, CSS, Javascript, learning vbscript)
I'm currently learning Java and C++/C.
I'm addicted to Processing(Currently creating an animation in the style of a web browser)
Awesome! I love Processing, especially the JavaScript edition (Processing.JS) It's a bit outdated but JavaScript in itself is a pretty awesome language you can do a lot with. I've made plenty of processing games. (Later embedded in HTML webpages) What processing do you use? Khan Academy has a really nice Processing.JS course I took. I also know C# for unity (I later switched to GoDot) and a bit of C++, I'm learning more Python too, even though I don't enjoy it particularly. It has its uses though. I also do Web Design.
Would you be willing to help me with web design?
ADevoloper
Scratcher
100+ posts

Programming other than Scratch

JJAAVVAA SSCCRRIIPPTT
CatClawz_
Scratcher
500+ posts

Programming other than Scratch

I present to you, ascii table
made this the other day

def asciiTable(start, end, lineLength):
for i in range(start, end+1, lineLength):

print('chr: ' + “ ”.join() )

print('asc: ‘ + ’'.join())

asciiTable(32, 127, 16)
gamerboiti
Scratcher
82 posts

Programming other than Scratch

Dang

Python, Batch, block (scratch, code.org, block coding websites) and Powershell…
And a basic C hello world script

Last edited by gamerboiti (June 13, 2025 18:09:37)

jlbar18
Scratcher
100+ posts

Programming other than Scratch

Just an update - I'm still trying to learn GDScript and C# (for Unity3D). I think I should start with Godot Engine, hm?

Powered by DjangoBB