Discuss Scratch
- MossW
-
Scratcher
100+ posts
Parallel2 Official Topic
We have decided that Parallel2 will no longer be its own programming language but will be an IDE for the programming language Python. However, it will have custom libraries only for Parallel2, such as cloud, sprite visuals, 3D, etc.What??? But that was the whole point of Parallel! And you aren't even the creator of Parallel, Geo is!
- ContourLines
-
Scratcher
500+ posts
Parallel2 Official Topic
Uh, yeah but I decided too. Me and qucchia thought there were becoming too many languages out there on scratch…We have decided that Parallel2 will no longer be its own programming language but will be an IDE for the programming language Python. However, it will have custom libraries only for Parallel2, such as cloud, sprite visuals, 3D, etc.What??? But that was the whole point of Parallel! And you aren't even the creator of Parallel, Geo is!
- MossW
-
Scratcher
100+ posts
Parallel2 Official Topic
Okay, that's fine. But I thought the point of Parallel was to introduce programmers who are bored of Scratch to other programming languages! If it's stopping on Scratch, I'm merging the project with Proli! But you can still do your “new” Parallel on Python, So be it. (Sorry if that offended anyone)Uh, yeah but I decided too. Me and qucchia thought there were becoming too many languages out there on scratch…We have decided that Parallel2 will no longer be its own programming language but will be an IDE for the programming language Python. However, it will have custom libraries only for Parallel2, such as cloud, sprite visuals, 3D, etc.What??? But that was the whole point of Parallel! And you aren't even the creator of Parallel, Geo is!
- Parallel_2
-
Scratcher
35 posts
Parallel2 Official Topic
MossW, Parallel2 will still be created in Scratch. But it will be an IDE for Python, not its own programming language. We are now going to change the syntax so that it is identical to Python.
It will be a bit like https://scratch.mit.edu/projects/354014018/, but with a code editor and more functions
It will be a bit like https://scratch.mit.edu/projects/354014018/, but with a code editor and more functions
Last edited by Parallel_2 (May 30, 2020 12:28:37)
- ContourLines
-
Scratcher
500+ posts
Parallel2 Official Topic
MossW, Parallel2 will still be created in Scratch. But it will be an IDE for Python, not its own programming language. We are now going to change the syntax so that it is identical to Python.Yes and it will be more user friendly than idle (python's official ide) and possible builtin workarounds with a simple import command!
It will be a bit like https://scratch.mit.edu/projects/354014018/, but with a code editor and more functions
Eg:
i = 0 i = i + 1 print(i) #prints 1
import parallel i = 0 i.inc() print(i) #prints 1
Last edited by ContourLines (May 30, 2020 12:36:02)
- MossW
-
Scratcher
100+ posts
Parallel2 Official Topic
MossW, Parallel2 will still be created in Scratch. But it will be an IDE for Python, not its own programming language. We are now going to change the syntax so that it is identical to Python.Okay.
It will be a bit like https://scratch.mit.edu/projects/354014018/, but with a code editor and more functions
- BobzGames
-
Scratcher
70 posts
Parallel2 Official Topic
Last I heard it was going to be a Python Ide instead of a scratch language, I'm not sure if that's still happeningReally?Thought soIs this dead?yup
- ErikKoevOffical_2nd
-
Scratcher
100+ posts
Parallel2 Official Topic
bug report: i read the help page, and i found the “.inc” and “.dec” commands. but for some reason, when i used the “.inc” command, it gave me an error. can you fix this?
but there's a 99% chance the developer OR a scratcher (that is not the developer) will not respond because, as opposed to older posts, this topic is dead
but there's a 99% chance the developer OR a scratcher (that is not the developer) will not respond because, as opposed to older posts, this topic is dead

Last edited by ErikKoevOffical_2nd (July 30, 2021 07:07:53)
- ErikKoevOffical_2nd
-
Scratcher
100+ posts
Parallel2 Official Topic
oops no let's actually use the bug report form that qucchia made
bug report:
Expected behaviour:
myVariable gets increased by 1
Actual behaviour:
i get an error
Steps to reproduce:
i entered something like
bug report:
Expected behaviour:
myVariable gets increased by 1
Actual behaviour:
i get an error
Steps to reproduce:
i entered something like
myNumber.inc()
- MossW
-
Scratcher
100+ posts
Parallel2 Official Topic
Not trying to continue drama or anything, but your signatures says that you like there are too many languagesUh, yeah but I decided too. Me and qucchia thought there were becoming too many languages out there on scratch…We have decided that Parallel2 will no longer be its own programming language but will be an IDE for the programming language Python. However, it will have custom libraries only for Parallel2, such as cloud, sprite visuals, 3D, etc.What??? But that was the whole point of Parallel! And you aren't even the creator of Parallel, Geo is!

- ErikKoevOffical_2nd
-
Scratcher
100+ posts
Parallel2 Official Topic
Bug Report Form
Expected behaviour:
the variable is still defined
Actual behaviour:
the variable “de-defines” itself and gives me an error when i change it but still works when i print it
Steps to reproduce:
define a variable, then print it. after that, change the variable's value.
Possible causes:
i don't really know the causes for this one.
Expected behaviour:
the variable is still defined
Actual behaviour:
the variable “de-defines” itself and gives me an error when i change it but still works when i print it
Steps to reproduce:
define a variable, then print it. after that, change the variable's value.
Possible causes:
i don't really know the causes for this one.
- GCgamesandcartoons
-
Scratcher
31 posts
Parallel2 Official Topic
Bug Report FormSorry, this forum is long since dead.
Expected behaviour:
the variable is still defined
Actual behaviour:
the variable “de-defines” itself and gives me an error when i change it but still works when i print it
Steps to reproduce:
define a variable, then print it. after that, change the variable's value.
Possible causes:
i don't really know the causes for this one.







