Category:Zoomscript: Difference between revisions

m
A category has been added.
(A major revamp of more information has been performed, such as relevant external links, version history and more.)
m (A category has been added.)
 
(4 intermediate revisions by the same user not shown)
Line 5:
|site=https://sites.google.com/view/zscript/home}}
{{language programming paradigm|object-oriented}}
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 anyonethe code can enterbe the codeentered into the official IDE in any of the two availablepossible waysway without having to convert between one or the other.
 
==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.
* Jan 12 2020 - Build 20112
* Jan 9 2020 - Build 20109
Line 18:
 
==More external links==
* [https://scratch.mit.edu/projects/349785253/ Official editor]
* [https://scratch.mit.edu/discuss/topic/381457 Official code-sharing forum]
 
[[Category:Language Implementations in Scratch]]
[[Category:Web Application]]
441

edits