Discuss Scratch

ishbowchef
Scratcher
74 posts

SCRATCH TO C++ CONVERTER

I would like scratch to have a way to transfer all of the code in your project into c++, so it can be shared easier. It could also maybe allow for console development through Unity or Construct 5.
gdpr533f604550b2f20900645890
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

No support.

Scratch and C++ are not direct translations of each other. Scratch has many features which are not available in C++. For example, Scratch is dynamically typed, and C++ is statically typed.
spleenstealer
Scratcher
60 posts

SCRATCH TO C++ CONVERTER

No support for reasons others have said.

Anyway, Scratch is supposed to help people learn programming so that they can then move on to a “real” programming language - Codeacademy has some really good resources for learning

PrincessPanda_test_
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

No support, not useful.

(I want to use that Silver image with “It's no use” but I don't want to risk a ban.)

DrKat123
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

PrincessPanda_test_ wrote:

No support, not useful.

(I want to use that Silver image with “It's no use” but I don't want to risk a ban.)
“Not Useful”
C++ is a useful language
Anyway i'd have to no support: C++ and Scratch are both different

Moving from Scratch? Don't learn C or Java, try Snap!
it haz OOP
DrKat McKatFace
First of all I'm 100% human and humans does not have a cat face
and second, the Boaty McBoatFace/Parsey McParseFace madness has just begun

λ
Sharp, my new Scratch mod
Is my post/siggy worthy for an internet?
johndeere47
Scratcher
100+ posts

SCRATCH TO C++ CONVERTER

Not really any support. Now, I'm very interested in accurate compilations of projects, but cpp conversion would fail miserably. The sad truth.


BlockWare
Scratcher
100+ posts

SCRATCH TO C++ CONVERTER

No suport, they are entirely different languages.

Sigton's Shop ||| Athena RP ||| Ultra Player Collaboration ||| Board Games Inc.
The Forum Factory ||| BW Homework Help ||| The Randomizer
Join Root Productions! Now looking for artists, sound designers, managers, and more!
“If you think my jokes are too cheesy, you might be… LAUGHTOSE INTOLERANT!”
“My German friend is apparently a player. I asked him if he had a girlfriend and he said ‘Nine’!”
DaSpudLord
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

No support. This would be difficult due to the differences in the languages.


U^ェ^U::motion//This is Blocky. He lives in my signature. He is a trained attack block. He protects my siggy from kumquats.
Sheep_maker
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

Scratch ≠ C++

How will costumes, sounds, and the forever block be translated

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
Zekrom01
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

C++ is not the same as scratch, you know.

I mean, I do C++, and I have some experience in it, but some blocks just cant be translated.

Bottom line: no support

20 something years old
Probably doing college work
DrKat123
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

Just to make my point clear:
Scratch is written in ActionScript, C++ is C++
(Although Scratch 1.4 is written in Squeak, a Smalltalk-like language)

Moving from Scratch? Don't learn C or Java, try Snap!
it haz OOP
DrKat McKatFace
First of all I'm 100% human and humans does not have a cat face
and second, the Boaty McBoatFace/Parsey McParseFace madness has just begun

λ
Sharp, my new Scratch mod
Is my post/siggy worthy for an internet?
helloandgoodbye9
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

No support.
I imagine IF it was possible, it would be very inefficent.

Last edited by kaj (Tomorrow 25:61:61) ͪͪͪͪͪͪͪͪͪͪ ͣͣͣͣ ͯͯͯͯYes, its above the line)
Solmux
Scratcher
100+ posts

SCRATCH TO C++ CONVERTER

I dont support. Because how will the forever block and costumes work?

Will it just glitch?

v i s i t m y p r o f i l e o r e l s e y o u w i l l b e b a n i s h e d f r o m t h e l a n d o f e x i s t e n c e . f o l l o w t o o .


this is very sad. can we hit 50 likes pls?
jokebookservice1
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

Solmux wrote:

I dont support. Because how will the forever block and costumes work?

Will it just glitch?
Costumes - no idea, which is why: No Support
Forever -
while(1){
//Code in forever
//and whenever there is a loop end, or a wait you might do
otherCode(return="foreverBlock1");
}

But I don't support

1) They are completely different languages
2) I am personally against people coding in a “fake” language, and converting to a “real” one, because that “real” language might get forgotten </opinion>
3) What would happen to costumes?
4) Why not just cde in C++ instead?

Last edited by jokebookservice1 (April 23, 2016 11:43:16)

theonlygusti
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

Erm, a 3 block Scratch script could be converted into a few-thousand-line codebase…

No Support. Converting from a high-level language to a low level language for purposes of sharing code is one of the strangest ideas I have ever heard:

PROGRAMMER 1: Darn, this python program is too short and well-written. I wanted to share it with the rest of the dev team but I'm worried they'll think worse of me as a programmer for writing such readable, maintainable code.
PROGRAMMER 2: That's okay, just share the assembly it compiles to.
PROGRAMMER 1: Ah yes, good idea. There we go, 213 222 122 988 lines. Job done.

ilovecom
Scratcher
2 posts

SCRATCH TO C++ CONVERTER

How about using c++ with sfml?
creeperboy698
Scratcher
42 posts

SCRATCH TO C++ CONVERTER

jokebookservice1 wrote:

Solmux wrote:

I dont support. Because how will the forever block and costumes work?

Will it just glitch?
Costumes - no idea, which is why: No Support
Forever -
while(1){
//Code in forever
//and whenever there is a loop end, or a wait you might do
otherCode(return="foreverBlock1");
}

But I don't support

1) They are completely different languages
2) I am personally against people coding in a “fake” language, and converting to a “real” one, because that “real” language might get forgotten </opinion>
3) What would happen to costumes?
4) Why not just cde in C++ instead?

the answer to 4 is that scratch is A LOT easier to learn and teach than C++
DaEpikDude
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

I'll reiterate something I said in a similar topic:
“There are lots of things in Scratch that just don't convert well to other languages (for example, Python: how would the project draw sprites? How would it know to import time for time.sleep if there was a wait block? etc). Plus, if someone wanted to code in another language, shouldn't they be learning that other language?”
No support.

And all the world over, each nation's the same,
They've simply no notion of playing the game.
They argue with umpires, they cheer when they've won,
And they practice beforehand, which ruins the fun!
-ShadowOfTheFuture-
Scratcher
1000+ posts

SCRATCH TO C++ CONVERTER

No support. Scratch and C++ are two completely different languages.

C++ is a compilation programming language. Scratch is a script language. They work differently.

<Insert uncreative signature here>









██       ██  ██            ██  ██       ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██ ██
███ ███ ██ ████ ██ ███ ███
█████████ █████ █████ █████████

“Though the seasons come and go, and sunshine turns to snow, we will always have tomorrow up ahead.”
dvr629
Scratcher
2 posts

SCRATCH TO C++ CONVERTER

PrincessPanda_test_ wrote:

No support, not useful.

(I want to use that Silver image with “It's no use” but I don't want to risk a ban.)
do NOT click

Powered by DjangoBB