Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » Programming other than 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 : - )
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 : - )
- 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
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
I know a variety of web based languages(Ruby, HTML, CSS, Javascript, learning vbscript)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.
I'm currently learning Java and C++/C.
I'm addicted to Processing(Currently creating an animation in the style of a web browser)
- wvzack
-
Scratcher
500+ posts
Programming other than Scratch
Would you be willing to help me with web design?I know a variety of web based languages(Ruby, HTML, CSS, Javascript, learning vbscript)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.
I'm currently learning Java and C++/C.
I'm addicted to Processing(Currently creating an animation in the style of a web browser)
- CatClawz_
-
Scratcher
500+ posts
Programming other than Scratch
I present to you, ascii table
made this the other day
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

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?
- Discussion Forums
- » Things I'm Making and Creating
-
» Programming other than Scratch