Discuss Scratch

MossW
Scratcher
100+ posts

Parallel2 Official Topic

Parallel_2 wrote:

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

MossW wrote:

Parallel_2 wrote:

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!
Uh, yeah but I decided too. Me and qucchia thought there were becoming too many languages out there on scratch…
MossW
Scratcher
100+ posts

Parallel2 Official Topic

ContourLines wrote:

MossW wrote:

Parallel_2 wrote:

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!
Uh, yeah but I decided too. Me and qucchia thought there were becoming too many languages out there on scratch…
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)
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

Last edited by Parallel_2 (May 30, 2020 12:28:37)

ContourLines
Scratcher
500+ posts

Parallel2 Official Topic

Parallel_2 wrote:

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
Yes and it will be more user friendly than idle (python's official ide) and possible builtin workarounds with a simple import command!
Eg:
i = 0
i = i + 1
print(i)
#prints 1
Whereas with the parallel workarounds:
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

Parallel_2 wrote:

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
Okay.
Raihan142857
Scratcher
1000+ posts

Parallel2 Official Topic

Is this dead?
ContourLines
Scratcher
500+ posts

Parallel2 Official Topic

Raihan142857 wrote:

Is this dead?
yup
GCgamesandcartoons
Scratcher
31 posts

Parallel2 Official Topic

ContourLines wrote:

Raihan142857 wrote:

Is this dead?
yup
Thought so
simulator-master
Scratcher
61 posts

Parallel2 Official Topic

GCgamesandcartoons wrote:

ContourLines wrote:

Raihan142857 wrote:

Is this dead?
yup
Thought so
Really?
BobzGames
Scratcher
70 posts

Parallel2 Official Topic

simulator-master wrote:

GCgamesandcartoons wrote:

ContourLines wrote:

Raihan142857 wrote:

Is this dead?
yup
Thought so
Really?
Last I heard it was going to be a Python Ide instead of a scratch language, I'm not sure if that's still happening
GCgamesandcartoons
Scratcher
31 posts

Parallel2 Official Topic

Very dead
BobzGames
Scratcher
70 posts

Parallel2 Official Topic

GCgamesandcartoons wrote:

Very dead
indeed
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

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
myNumber.inc()
MossW
Scratcher
100+ posts

Parallel2 Official Topic

ContourLines wrote:

MossW wrote:

Parallel_2 wrote:

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!
Uh, yeah but I decided too. Me and qucchia thought there were becoming too many languages out there on scratch…
Not trying to continue drama or anything, but your signatures says that you like there are too many languages
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.
GCgamesandcartoons
Scratcher
31 posts

Parallel2 Official Topic

ErikKoevOffical_2nd wrote:

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.
Sorry, this forum is long since dead.

Powered by DjangoBB