Category:Zoomscript: Difference between revisions

From Rosetta Code
Content added Content deleted
m (The other mention of Scratch is now hyperlinked, more exactly to the same link as the other mention of Scratch than that.)
m (A category has been added.)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
Zoomscript is a programming language and the name of the associated editor that runs on [[Scratch]], originally released on January 5, 2019 by [[Scratch]] user -llll-.
{{language
|checking=static
|hopl=no
|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 the code can be entered into the official IDE in any possible way 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
* Jan 8 2020 - Build 20108
* Jan 7 2020 - Build 20107
* Jan 6 2020 - Build 20106

==More external links==
* [https://scratch.mit.edu/discuss/topic/381457 Official code-sharing forum]

[[Category:Language Implementations in Scratch]]
[[Category:Web Application]]

Latest revision as of 22:32, 28 April 2020

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Zoomscript
This programming language may be used to instruct a computer to perform a task.
Official website
Type checking: Static


Listed below are all of the tasks on Rosetta Code which have been solved using Zoomscript.

Zoomscript is a programming language and the name of 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 -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 the code can be entered into the official IDE in any possible way 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
  • Jan 8 2020 - Build 20108
  • Jan 7 2020 - Build 20107
  • Jan 6 2020 - Build 20106

More external links

Pages in category "Zoomscript"

The following 10 pages are in this category, out of 10 total.