Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

11
Lang/Scratch/00-LANG.txt Normal file
View file

@ -0,0 +1,11 @@
{{stub}}
''For solutions in the programming language developed by Scratch user [https://scratch.mit.edu/users/NTPrograms NTPrograms], see [[:Category:ScratchScript]].''
{{language
|checking=dynamic
|hopl=no
|site=http://scratch.mit.edu/}}
{{language programming paradigm|object-oriented}}
{{Wikipedia|Scratch (programming language)}}
'''Scratch''' is an educational programming language that allows people of any experience, background or age to experiment with the concepts of fully versatile computer programming by using an alterable GUI. It is developed by the Lifelong Kindergarten group at the MIT Media Lab by a team led by Mitchel Resnick and first appeared in the summer of 2007. Scratch can be installed and freely redistributed on any Windows, Mac OS X or Linux computer. The source code is made available under a license that allows modifications for non-commercial uses.
[[Category:Web Application]]
[[Category:Scratch Implementations]]

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Scratch

View file

@ -0,0 +1 @@
../../Task/Sieve-of-Eratosthenes/Scratch

View file

@ -0,0 +1 @@
../../Task/Simple-windowed-application/Scratch