No.
Offline
Fanofcena was thinking of making a converter...
Offline
rep353 wrote:
What code is scratch written in and how hard would it be to copy the stuff you've made in scratch into a c++ program?
Scratch is written Squeak, based on Smalltalk -80, written in C
Offline
gershmer wrote:
rep353 wrote:
What code is scratch written in and how hard would it be to copy the stuff you've made in scratch into a c++ program?
Scratch is written Squeak, based on Smalltalk -80, written in C
...However, Scratch, in terms of a programming language, has very little to do with C. In fact, they're two completely different programming languages. Scratch is an image-based program, C is not. My guess is, it would be insanely difficult to make a converter.
Offline
coolstuff wrote:
gershmer wrote:
rep353 wrote:
What code is scratch written in and how hard would it be to copy the stuff you've made in scratch into a c++ program?
Scratch is written Squeak, based on Smalltalk -80, written in C
...However, Scratch, in terms of a programming language, has very little to do with C. In fact, they're two completely different programming languages. Scratch is an image-based program, C is not. My guess is, it would be insanely difficult to make a converter.
Yeah. That would be like converting a Flash file to Lua.
Offline