Scratch (programming language)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by DevinCook (talk | contribs) at 16:41, 13 May 2015 (→‎User interface: Removed break tags. The table looks so much better without them.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Scratch
File:Scratchcat.svg
Paradigmevent-driven, imperative
Designed byMitchel Resnick
DeveloperMIT Media Lab Lifelong Kindergarten Group
First appeared2006; 18 years ago (2006)
Stable release
2.0 / May 9, 2013; 10 years ago (2013-05-09)
Typing disciplinedynamic
Implementation languageSqueak, ActionScript (Scratch 2.0)
LicenseGPLv2 and Scratch Source Code License
Filename extensions.sb, .sprite (Scratch 1.4 and below) .sb2, .sprite2 (Scratch 2.0)
Websitescratch.mit.edu
Major implementations
Scratch
Influenced by
Logo, Smalltalk, HyperCard, StarLogo, AgentSheets, Etoys
Influenced
Scratch Jr

Scratch is a free desktop and online multimedia authoring tool that can be used by students, scholars, teachers, and parents to easily create games and provide a stepping stone to the more advanced world of computer programming or even be used for a range of educational and entertainment constructivist purposes from math and science projects, including simulations and visualizations of experiments, recording lectures with animated presentations, to social sciences animated stories, and interactive art and music. Viewing the existing projects available on the Scratch website, or modifying and testing any modification without saving it requires no online registration.

Scratch allows users to use event driven programming with multiple active objects called "sprites". Sprites can be drawn—as either vector or bitmap graphics—from scratch in a simple editor that is part of the Scratch, or can be imported from external sources, including webcam.

Scratch 2 is currently available online and as an application for Windows, Mac OS X and Linux.[1][2] The source code of Scratch 1.x is made available under GPLv2 license and Scratch Source Code License.[3]

A spinoff of the Scratch programming language is also used in the game creation tool Stencyl.[citation needed]

Origin of name

“Scratching” in the language of computer science means to recycle code that can be beneficial and effectively used for other purposes and easily combined, shared and adapt to new scenario, which is a key feature in Scratch – “remix”, in which users can download and build up on public projects uploaded by other users. It also gives credit to the participant who built on the original work and to the participant who created the original program.[4] The name was derived from the turntablism's technique of scratching[5] (i.e. mixing sounds), relating the ease of mixing sounds to the ease of mixing projects made with Scratch.

History

The first web-based Scratch in 2006

The MIT Media Lab's Lifelong Kindergarten group, led by Mitchel Resnick, and its Montreal-based consulting company Playful Invention Company, co-funded by the latter with Brian Silverman and Paula Bonta, together developed the first desktop-only version of Scratch in 2003. Since 2007, projects could be shared online with other users and the shared projects could be "remixed" (i.e. saved with changes) by other users.

Since the introduction of Scratch version 2.0, custom blocks can be defined by a user within a project.[6]

Mitchel Resnick created Scratch for the purpose of aiding young people (mainly for ages 8 and up) to learn programming.[7]

Educational Usage

Scratch is not exclusively for creating programs, since it provides a lot of visuals programmers can create animated stories such as “The Pizza Dude”, “Haiku”, or “Gemclan”. For older students, they can utilize Photo Journalism that teaches the basic background of journalism. Students that want to specialize in math can use Lemonade Stand, “Dino Odd and Even”, “Data Workshop”, or “Ellipserator” that mainly focuses on geometry. Scratch flexibility allows teachers to create conceptual and visual lessons and science lab assignments. As Scratch is a useful tool to create animations that help visualize difficult concepts such as plant cell mitosis, water cycle, Galileo Thermometer and Hooke’s Law Experiment. Within the social sciences, instructors can create quizzes, games and tutorials that stimulate the mind and interact with the student.[8]

A lecturer in Harvard University, David J. Malan, prefers to use Scratch over commonly used introductory programming languages, such as Java or C, for his introductory computer science course. However, there is a limited benefit in a college level education. Mr. Malan switched his course’s language to Java after the first week.[9]

User interface

File:Scratch 2.0 Default screen.png
Scratch 2.0 development environment and its different areas at startup

From left to right, in the upper left area of the screen there is a "stage area", featuring the results (i.e. animations, turtle graphics, etc., everything either in small or normal size, full-screen also available) and all sprites thumbnails listed in the bottom area.

There are multiple ways of creating a personal sprites and backgrounds. First, users can draw their own sprite manually with color tools provided by Scratch. Second, users can choose a Sprite from the Scratch library that contains default sprite, user’s past creations, a picture using a camera, or clip art.[10]

With a sprite selected in the bottom-left area of the screen, blocks of commands can be applied to it by dragging them from the Blocks Palette onto the right area of the screen, containing all the scripts associated with the selected sprite. Under the Scripts tab, all available blocks are listed and categorized as the Motion, Looks, Sound, Pen, Data, Events, Control, Sensing, Operators, and More blocks as shown in the table below. Each can also be individually tested under different conditions and parameters via double-click.

Category Notes    Category Notes
  Motion Moves sprites and changes angles      Events Contains event handlers placed on the top of each group of blocks
  Looks Controls the visuals of the sprite; attach speech or thought bubble, change of background, make the sprite bigger or smaller.   Control Conditional if-else statement, “forever”, “repeat”, and “stop”.
  Sound Plays audio files and programmable sequenced audio   Sensing Sprites can interact with the surroundings the user has created and can import from PicoBoard or Lego WeDo.
  Pen Draw on portrait by controlling pen width, color, and shade.   Operators Mathematical operators, random number generator, and and-or statement that compares sprite positions.
  Data Variable usage and assignment   More Blocks Custom procedures (blocks) and external devices control.
Hello, World! in Scratch

Besides the Script tab, there are two additional tabs, the Costumes tab and the Sounds tab. An expandable bar at the right is Help area.

Next to the Scripts tab, there is the Costumes tag, where user can select a pose for the sprite can take on. And the last tab is the Sounds tab, where users insert sounds and music to a sprite.[11]

In comparison to the previous versions of Scratch, the areas have been rearranged in version 2.0, as previously the blocks palette was in the left area, the selected sprite area and scripts area associated with a selected sprite were in the middle of the screen, and the stage area with sprites thumbnails listed below it were in the right area of the screen.[12]

Community of users

File:Scratch (programming language) 2007.PNG
The Scratch website after the release of public project sharing

Scratch is used in many different settings: schools,[13] museums,[14] community centers, and homes. For example, younger children can create projects using ScratchJr (Scratch Junior) or using Scratch with their parents or older siblings as it's quite simple, and college students use Scratch in some introductory computer science classes (including Harvard's introductory computer class).[15][16] Via localization files downloaded with Scratch its interface language can be changed to a language of choice since Scratch is used in different parts of the world. The Johns Hopkins University Center for Talented Youth offers an online course on Scratch programming for students in grade 6 and up through the CTYOnline program.[17]

Empirical studies were made of various features[citation needed]—those that interfered with intuitive learning were discarded, while those that encouraged beginners and made it easy for them to explore and learn were kept. Some of the results are surprising, making Scratch quite different from other teaching languages (such as BASIC, Logo, or Alice).

Online community

The Scratch online community's slogan "Imagine, Program, Share" indicates that sharing and the social aspects of creativity are important parts of the philosophy behind Scratch.[18] A few influential members of the Scratch online community made great personal strides in innovative methods with scratch programming.

Scratch projects are not seen as "black boxes", but as objects for remixing to make new projects. Projects can be uploaded directly from the development environment to the Scratch website and any member of the community can download their full source code to study or to remix into new projects.[19][20] Members can also create project studios, comment, tag, favorite and "love" others' projects, follow another member to see their projects and activity, and share ideas. Projects range from games to animations to chatbots. All projects on the website are shared under a Creative Commons attribution and share-alike license and can be played in a web browser (using the Flash Player, which is not available for iOS devices). The website receives close to 10 million page views per month[21] and as of August 10, 2014 it had 3,726,565 registered members (however, only 402,697 users have shared projects), and over 6,100,000 projects (every minute more than one project gets uploaded).[22] The website frequently establishes "Scratch Design Studio" challenges to encourage creation and sharing by providing users with a basic design concept. There are custom home pages for Mexico and Israel that display local content in some sections of the home page. Scratch has participated in Hour of Code several times. There are also local independent Scratch websites in countries such as Portugal[23] and the United Arab Emirates.[24] In 2008, the Scratch online community platform (named "ScratchR") received an honorary mention in the Ars Electronica Prix.[25] There is also an online community for educators, called ScratchEd.[26] Scratch is also a fun literary structure, with online roleplays that range in many different genres.

Features and derivatives

The current version of Scratch does not treat procedures as first class structures and has limited file I/O options with Scratch 2.0 Extension Protocol; an experimental extension feature that allows interaction between Scratch 2.0 and other programs.[27] The Extension protocol allows interfacing with hardware boards such as Lego Mindstorms or Arduino.[28] In addition Scratch 2 only supports one-dimensional arrays, known as "lists". Floating point scalars and strings are supported as of version 1.4, but with limited string manipulation capability. There is a strong contrast between the powerful multimedia functions and multi-threaded programming style and the rather limited scope of the Scratch programming language. On May 6, 2013, Scratch closed for 3 days to update to Scratch 2.0. The update changed the look of the site and included an online project editor. A new beta version of the Scratch 2 Offline Editor is currently available. This version replaces the old Scratch 2.0.[29]

A number of Scratch derivatives[30] called Scratch Modifications have been created using the source code of Scratch version 1.4. These programs are a variation of Scratch that normally include a few extra blocks[31] or changes to the GUI.

Some of them additionally introduce shifts in underlying approach to computing, such as Snap! programming language, featuring first class procedures (their mathematical foundations are called also "Lambda calculus"), first class lists (including lists of lists), and first class truly object oriented sprites with prototyping inheritance, and nestable sprites, which are not part of Scratch.[32] Snap! (its previous version was called BYOB) was developed by Jens Mönig[33][34] with documentation provided by Brian Harvey[35][36] from University of California, Berkeley and has been used to teach "The Beauty and Joy of Computing" introductory course in CS for non-CS-major students.[37]

The source-code of Scratch and its derivatives are based on Squeak, which is based on Smalltalk-80. Version 2 of Scratch is implemented in ActionScript, with an experimental JavaScript-based interpreter being developed in parallel.[38]

Catrobat is a visual programming language for smartphones and tablets inspired by Scratch. Pocket Code is an app with which you can create, download and upload programs created in Catrobat. Catrobat and Pocket Code are available under open source licenses.[39][40]

See also

The following youth computing projects also originated in the MIT Lifelong Kindergarten Group:

Other educational programming languages include:

References

  1. ^ "Updated Scratch 2.0 Offline (Beta) is now available!". Scratch. 29 August 2013. Retrieved 25 January 2014.
  2. ^ "Scratch 20 Preview". YouTube. MITScratchTeam. 1 May 2013. Retrieved 25 January 2014.
  3. ^ "Scratch source-code download page". Scratch Documentation Site. Retrieved 25 January 2014.
  4. ^ "Bookmarkable URL intermediate page". web.a.ebscohost.com. Retrieved 2015-05-09.
  5. ^ Schorow, Stephanie (14 May 2007). "Creating from Scratch". MIT News Office. Retrieved 25 January 2014.
  6. ^ Kids’ Programming Tool Scratch Now Runs In The Browser, TechCrunch, May 2013.
  7. ^ Shapiro, Jordan. "Your Five Year Old Can Learn To Code With An IPad App". Forbes Magazine. Retrieved April 23, 2015.
  8. ^ "Bookmarkable URL intermediate page". web.a.ebscohost.com. Retrieved 2015-05-09.
  9. ^ Young, Jeffrey R. (July 20, 2007). "Fun, Not Fear, Is at the Heart of Scratch, a New Programming Language". The Chronicle of Higher Education. ISSN 0009-5982. Retrieved 2015-05-09.
  10. ^ "Science Buddies: Scratch User Guide: Installing & Getting Started with Scratch". www.sciencebuddies.org. Retrieved 2015-05-09.
  11. ^ "Science Buddies: Scratch User Guide: Installing & Getting Started with Scratch". www.sciencebuddies.org. Retrieved 2015-05-09.
  12. ^ Maloney, John; Hernández, Andrés; Rusk, Natalie; Eastmond, Evelyn; Brennan, Karen; Millner, Amon; Rosenbaum, Eric; Silver, Jay; Silverman, Brian; Kafai, Yasmin (November 2009). "Scratch: Programming for All". Communications of the ACM. 52 (11): 60–67. doi:10.1145/1592761.1592779. Retrieved 25 January 2014.
  13. ^ "Canadian schools starting to teach computer coding to kids". CTV.ca. 2014-04-30. Retrieved 2014-04-30.
  14. ^ "Scratch Day". Science Museum of Minnesota. Retrieved 25 January 2014. {{cite web}}: |archive-url= is malformed: timestamp (help)
  15. ^ "Scratch for budding computer scientists". ACM SIGCSE Bulletin. 39 (1): 223–7. March 2007. doi:10.1145/1227310.1227388. ISBN 1-59593-361-1.
  16. ^ Malan, David. "Scratch for Budding Computer Scientists". Harvard School of Engineering and Applied Sciences. Retrieved 25 January 2014.
  17. ^ "Scratch Programming". Johns Hopkins Center for Talented Youth.
  18. ^ Monroy-Hernández, A.; Resnick, M. (March 2008). "Empowering kids to create and share programmable media" (PDF). ACM interactions. 15 (2): 50–53. doi:10.1145/1340961.1340974.
  19. ^ Monroy-Hernandez, Andres; Hill, Benjamin Mako; Gonzalez-Rivero, Jazmin; Boyd, Danah (2011). "Computers Can't Give Credit: How Automatic Attribution Falls Short in an Online Remixing Community". Proceedings of the 29th International Conference on Human Factors in Computing Systems (CHI '11). ACM. pp. 3421–30. doi:10.1145/1978942.1979452. {{cite book}}: External link in |chapterurl= (help); Unknown parameter |chapterurl= ignored (|chapter-url= suggested) (help)
  20. ^ B.M; Monroy-Hernández, A.; Olson, K.R. (2010). "Responses to remixing on a social media sharing website". ICWSM 2010 : Proceedings of the Fourth International Conference on Weblogs and Social Media, May 23–26, 2010. Washington, D.C.: AAAI Press. ISBN 9781577354451. OCLC 844857775. {{cite book}}: External link in |chapterurl= (help); Unknown parameter |chapterurl= ignored (|chapter-url= suggested) (help)
  21. ^ "Traffic and Demographic Statistics by Quantcast". Quantcast. Retrieved 25 January 2014.
  22. ^ "Scratch Statistics". Scratch. Retrieved 25 January 2014.
  23. ^ "Scratch". Scratch (in Portuguese).
  24. ^ "Scratch". Scratch (in Arabic). Retrieved 25 January 2014.
  25. ^ "Prix Ars Electronica". Ars Electronica. Archived from the original on 6 July 2011. Retrieved 25 July 2014.
  26. ^ "ScratchEd". ScratchEd. Retrieved 25 January 2014.
  27. ^ "Scratch Extension Protocol (2.0)". MIT.
  28. ^ "Preliminary Scratch extension for talking to Arduino boards running Firmata". Scratch extension GitHub. Damellis.
  29. ^ "Updated Scratch 2 Offline Editor". Scratch Announcement homepage. MIT.
  30. ^ "Scratch Modification". Scratch Wiki. Lifelong Kindergarten Group at the MIT Media Lab.
  31. ^ "Blocks". Scratch Wiki.
  32. ^ "BYOB homepage". University of California, Berkeley.
  33. ^ Mönig, Jens (June 2007). "Jens on Scratch". Scratch. Retrieved 25 January 2014.
  34. ^ "Mönig's blog post announcing BYOB as bringing protypal inheritance to Scratch". Chirp. 31 May 2011. Retrieved 25 January 2014.
  35. ^ "HomePage for Brian Harvey". Electrical Engineering and Computer Sciences. Retrieved 25 January 2014.
  36. ^ Harvey, Brian (July 2008). "Brian Harvey user contributions page". Scratch. Retrieved 25 January 2014.
  37. ^ "The Beauty and Joy of Computing course homepage". EECS Instructional Support Group Home Page. Retrieved 25 January 2014.
  38. ^ "We're seeking contributors to help finish our HTML5 Scratch player (now open sourced!)". Scratch. Retrieved 25 January 2014.
  39. ^ Slany, Wolfgang; Koitz, Roxane: "Using Catrobat, a Scratch-like visual programming language for smartphones, in a middle school physics course", SPLASH Portland 2014.
  40. ^ Catrobat developer site.

External links