Educational Programming Language Article Index for
Educational
Website Links For
Educational
 

Information About

Educational Programming Language





SOME EXAMPLES


Children

  • AgentSheets is an award winning game and simulation authoring tool that is simple enough to be used by middle school students to learn about computer science by making video games, yet sophisticated enough to allow NASA scientist to create simulations of Space Shuttle payload. AgentSheets supports game (animation, interaction, sound, speech synthesis/recognition (Mac)) and well as science applications (plots,output to spreadsheets, 3D plot (Mac)). English, Greek, and Japanese versions are available.


  • Alice is a free programming language designed to teach event driven object oriented programming to children. Programmers create interactive stories using a modern IDE interface with and a drag and drop style of programming. The target audience is middle school girls though most children with computer experience will find it entertaining and educational.


  • '''. Additional usage information can be found at the (SGP Systems) .


  • Karel , '''Karel++''', and '''Karel J. Robot''' are languages aimed at absolute beginners, used to control a simple robot in a city consisting of a rectangular grid of streets. While Karel is its own programming language, Karel++ is a version of Karel implemented in C++ , while Karel J. Robot is a version of Karel implemented in Java .


  • Logo is a language that was specifically designed to introduce children to programming and to the basic concepts of Computer Science and even Artificial Intelligence, since Logo is actually a streamlined version of LISP . The first part of Logo deals with "turtle graphics". An abstract drawing device, called the ''turtle'', is used to make programming for children very attractive by concentrating on doing Turtle Graphics . Experience shows that children do learn to make the turtle (that is, ''program the turtle to'') draw all kinds of pictures on the screen, starting with simple lines and moving later to the fanciest pictures.
    Even though conceived as a language for children, Logo is quite expressive and can be used by experienced programmers as well to write real life application programs. The more advanced parts of Logo deal with words and lists - the basic data structures of LISP. Logo is especially suited for introductory training in developing applications in the field of symbolic programming and artificial intelligence.


  • Phrogram (the second generation product of ''Kid's Programming Language'') is a commercial easy-to-learn programming language and Integrated Development Environment introduced in 2006. It emphasizes graphics and sounds, making it especially easy to develop games and entertaining educational material. Phrogram is a simplified structured language, and offers component-based development features such as classes and methods. It is modeled on modern IDEs such as Eclipse and Visual Studio. NET, and intends to prepare a beginner to graduate to these or other professional development environments.


  • Smalltalk , Squeak , and especially Etoys are graphical environments which may be used not just to teach programming concepts to kids, but also physics and mathematics simulations, story-telling exercises, etc.



  • SiMPLE is another programming language intended to help children learn programming.



University

  • AgentSheets is a game authoring tool that has been used in a number of educational game design courses to teach ugrad and grad students to quickly prototype, playtest and publish educational games.


  • A++ represents a more recent attempt at creating a programming language designed to provide an efficient tool for basic training in programming.


  • In the early days of computing, universities taught programming with machine language, Assembly Language , and then Fortran (in North America) and ALGOL (Europe). Business schools often taught COBOL .



  • Oz is a programming language designed to teach computer theory. It supports most major paradigms in a single language so that students can learn paradigms without having to learn multiple Syntaxes . Oz contains in a simple and well-factored way most of the concepts of the major programming paradigms, including logic, functional (both lazy and eager), imperative, object-oriented, constraint, distributed, and concurrent programming. It has a canonical textbook Concepts, Techniques, And Models Of Computer Programming and a freely available standard implementation Mozart Programming System .


  • Pascal is the most well-known programming language that was designed with education in mind. From the late 1970s to the late 1980s, it was the primary choice in introductory computer science classes for teaching students programming in both the US and Europe. Its use for real-world applications has since increased, and regarding it as a purely educational programming language has since become somewhat controversial.


  • The publication of Structure And Interpretation Of Computer Programs in 1984 changed the predominance of Pascal. The book uses Scheme to teach fundamental concepts of computing, not just the grammar of a programming language. In the meantime, the Scheme community has introduced several pedagogic programming environments that assist students with the learning process, including DrScheme , EdScheme , and 3D Scheme. Scheme has grown to become a serious application programming language, suitable for many kinds of real life applications and is actively used in industry.



EXTERNAL LINKS

  • A discussion on which languages to use for teaching kids. Wide range of opinion on Don's Box