Programming microworld: Difference between revisions
Jump to navigation
Jump to search
(17 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
== Definition == | == Definition == | ||
* A '''programming microworld''' is a [[microworld]] for learning how to program. Although one may argue that any programming environment can be used for this we restrict this definition to environments specficially made for education. Usually (but always) for children. | * A '''programming microworld''' is a [[microworld]] for learning how to program. Although one may argue that any programming environment can be used for this we restrict this definition to environments specficially made for education. Usually (but not always) for children. | ||
* Microworld programming is a kind of [[end-user programming]]. | * Microworld programming is a kind of [[end-user programming]]. | ||
Line 12: | Line 12: | ||
== Environments == | == Environments == | ||
; | ; (Mostly/rather) for children | ||
* [[Logo]] | * [[Logo]] - the original (Papert) | ||
* [[Boxer]] | * [[Boxer]] - inspired by Logo (DiSessa) | ||
* [[ToonTalk]] | * [[ToonTalk]] - includes animated characters | ||
* [[LEGO Mindstorms]] | * [[LEGO Mindstorms]] - allows to program LEGO bricks | ||
* Languages built on top of [[Squeak]] like [http://www.squeakland.org/ Etoy] or [http://weblogs.media.mit.edu/llk/scratch/ Scratch] | * Languages built on top of [[Squeak]] like [http://www.squeakland.org/ Etoy] or [http://weblogs.media.mit.edu/llk/scratch/ Scratch] | ||
* http://dedalus.sourceforge.net/ | * [http://dedalus.sourceforge.net/ daedalus] | ||
* [[Scratch]] | |||
* [http://www.tynker.com/ Tynker] | |||
* [http://dps.univ-fcomte.fr/collabots/index.html Collabots] | |||
; | ; Design and fabrication | ||
* [[MOO]] and other [[MUD]]s (while learning how to program is not their purpose, it has been observed that they can fulfill this function) | * [[Turtlestitch]] A Blockly language to create embroidery | ||
* Various Robot scripting languages (needs addition) | * [[BlocksCAD]], A Blocky extension to create 3D objects and export to OpenSCAD | ||
; (Mostly/rather) for older people | |||
* [http://alice.org/ Alice] - 3D programming language and environment(CMU). A more recent project. Java-like language. | |||
* [[MOO]] and other text-based virtual environments [[MUD]]s (while learning how to program is not their purpose, it has been observed that they can fulfill this function). Popular in the early nineties. | |||
* [http://www.greenfoot.org/door Greenfoot] (for learning Java) | |||
* Various Robot scripting languages (needs addition), e.g.: | |||
** http://www.physicsbox.com/ | ** http://www.physicsbox.com/ | ||
** Karel | ** Karel, see [http://www.csis.pace.edu/%7Ebergin/ Joseph Bergins home page] | ||
* Games scripting languages are increasingly popular | * [http://www.alice.org/ Alice] - an 3D programming environment to teach computer programming. | ||
* Games scripting languages are increasingly popular. See [[Computer game]]s. | |||
; Simple "extensions" of "real environments" | |||
* [[Doblo factory]] | |||
* Office tools... | |||
== Links == | == Links == | ||
* [https://www.edsurge.com/guide/teaching-kids-to-code Teaching Kids to Code] (Edsurge, April 2013) | |||
* [http://www.microworlds.com/ LCSI] sells "Microworlds" (a popular modern Logo dialect) | * [http://www.microworlds.com/ LCSI] sells "Microworlds" (a popular modern Logo dialect) | ||
; Related issues | |||
* [http://www.cise.ufl.edu/research/ParallelPatterns/PatternLanguage/Background/Psychology/Psych-bibliography.htm Annotated bibliography on the psychology of programming] by Tim Mattson. {{quotation|This bibliography holds references that pertain to the psychology of programming. Since the topic is closely related, a number of these references also refer to the psychological issues associated with program comprehension. To this end, I used (and freely borrowed from) the program comprehension bibliography.}}, retrieved feb 2011. | |||
== References == | == References == | ||
Line 38: | Line 57: | ||
* http://www.jucs.org/jucs_1_6/microworlds_for_teaching_concepts {{ar}} | * http://www.jucs.org/jucs_1_6/microworlds_for_teaching_concepts {{ar}} | ||
* http://tecfa.unige.ch/guides/methodo/edu-tech/thesis-examples/design-microworlds/Heeb_Roboworld.pdf | * http://tecfa.unige.ch/guides/methodo/edu-tech/thesis-examples/design-microworlds/Heeb_Roboworld.pdf | ||
[[Category: Programming]] | |||
[[Category: Computer literacy]] | |||
[[Category: Microworlds]] |
Latest revision as of 06:58, 23 March 2020
Definition
- A programming microworld is a microworld for learning how to program. Although one may argue that any programming environment can be used for this we restrict this definition to environments specficially made for education. Usually (but not always) for children.
- Microworld programming is a kind of end-user programming.
The relation to learning theory and educational reform
See for the moment: Constructionism, discovery learning, microworld
Environments
- (Mostly/rather) for children
- Logo - the original (Papert)
- Boxer - inspired by Logo (DiSessa)
- ToonTalk - includes animated characters
- LEGO Mindstorms - allows to program LEGO bricks
- Languages built on top of Squeak like Etoy or Scratch
- daedalus
- Scratch
- Tynker
- Collabots
- Design and fabrication
- Turtlestitch A Blockly language to create embroidery
- BlocksCAD, A Blocky extension to create 3D objects and export to OpenSCAD
- (Mostly/rather) for older people
- Alice - 3D programming language and environment(CMU). A more recent project. Java-like language.
- MOO and other text-based virtual environments MUDs (while learning how to program is not their purpose, it has been observed that they can fulfill this function). Popular in the early nineties.
- Greenfoot (for learning Java)
- Various Robot scripting languages (needs addition), e.g.:
- Alice - an 3D programming environment to teach computer programming.
- Games scripting languages are increasingly popular. See Computer games.
- Simple "extensions" of "real environments"
- Doblo factory
- Office tools...
Links
- Teaching Kids to Code (Edsurge, April 2013)
- LCSI sells "Microworlds" (a popular modern Logo dialect)
- Related issues
- Annotated bibliography on the psychology of programming by Tim Mattson. “This bibliography holds references that pertain to the psychology of programming. Since the topic is closely related, a number of these references also refer to the psychological issues associated with program comprehension. To this end, I used (and freely borrowed from) the program comprehension bibliography.”, retrieved feb 2011.
References
(more needed)
- Bergin, J., Stehlik, M., Roberts, J., Pattis, R. (1997) Karel++, A Gentle Introduction to the Art of Object-Oriented Programming, John Wiley and Sons, Inc, New York, HTML.
- Papert, S. (1980), Mindstorm: Children, Computers and Powerful Ideas, New York: Basic Books.
- http://www.jucs.org/jucs_1_6/microworlds_for_teaching_concepts (Access restricted)
- http://tecfa.unige.ch/guides/methodo/edu-tech/thesis-examples/design-microworlds/Heeb_Roboworld.pdf