Category:Zoomscript: Difference between revisions

Content added Content deleted
m ("its", as in "its official IDE", is now in the link to Zoomscript's official IDE.)
m (Some of the text is worded better.)
Line 7: Line 7:
Zoomscript is a programming language and the name of [https://scratch.mit.edu/projects/349785253/ its official IDE] (which also works as a text editor) that runs on top of [[Scratch]], originally released on January 5th, 2020 by [[Scratch]] user [https://scratch.mit.edu/users/-llll- -llll-], and last updated on January 12th, 2020. It is officially described as a simple programming language with a syntax inspired by [[JavaScript]] and [[Bash]], but with powerful features such as, but not limited to, pseudotypes, dynamic packages, syntax and error highlighting.
Zoomscript is a programming language and the name of [https://scratch.mit.edu/projects/349785253/ its official IDE] (which also works as a text editor) that runs on top of [[Scratch]], originally released on January 5th, 2020 by [[Scratch]] user [https://scratch.mit.edu/users/-llll- -llll-], and last updated on January 12th, 2020. It is officially described as a simple programming language with a syntax inspired by [[JavaScript]] and [[Bash]], but with powerful features such as, but not limited to, pseudotypes, dynamic packages, syntax and error highlighting.


For each example, a version to type and a "compiled" version (the program is not actually compiled, "compiled" programs are essentially just pieces of code modified so they can be imported) to import is provided so anyone can enter the code into the official IDE in any of the two available ways without having to convert between one or the other.
For each example, a version to type and a "compiled" version (the program is not actually compiled, "compiled" programs are essentially just pieces of code modified so they can be imported) to import is provided so the code can be entered into the official IDE in any possible way without having to convert between one or the other.


==Version history==
==Version history==
In each build number, the first part is the last two digits of the year, the second part is the number of the month, and the third part is the day of the month. For instance, in "build" 20108, which was released on January 8th, 2020, the first part is "20", which means 2020, the second part is "1", which means January, and the third part is "08", which means the 8th of the month.
In each "build" number, the first part is the last two digits of the year, the second part is the number of the month, and the third part is the day of the month. For instance, in build 20108, which was released on January 8th, 2020, the first part is "20", which means 2020, the second part is "1", which means January, and the third part is "08", which means the 8th of the month.
* Jan 12 2020 - Build 20112
* Jan 12 2020 - Build 20112
* Jan 9 2020 - Build 20109
* Jan 9 2020 - Build 20109