FACTOID # 161: If you are looking for work, just go to the Falkland Islands! They have full employment and a labor shortage.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > ABC (programming language)

ABC is an imperative general-purpose programming language and programming environment from CWI, Netherlands. It is interactive, structured, high_level, and easy to learn and use, intended to be used instead of BASIC, Pascal, or even AWK. It is not a systems_programming language but is good for teaching or prototyping.


ABC has only five basic datatypes; strong typing, yet without need for declarations; explicit support for top-down programming; statement nesting by indentation. Its designers claim that ABC programs are typically around a quarter the size of the equivalent Pascal or C programs, and yet more readable.


ABC includes a programming environment with syntax-directed editing, suggestions, persistent variables, multiple workspaces, and infinite precision arithmetic.


Example

An example function words to collect the set of all words in a document:

 HOW TO RETURN words document: PUT {} IN collection FOR line in document: FOR word IN split line: IF word not.in collection: INSERT word IN collection RETURN collection 

ABC is available as an interpreter/compiler, currently version 1.05.02, by Leo Geurts, Lambert Meertens, and Steven Pemberton. ABC has been ported to Unix, DOS, Atari, and Apple Macintosh.


ABC influenced the design of the Python programming language.


References

This article was originally based on material from the Free On_line Dictionary of Computing, which is licensed under the GFDL.

External links

  • A Short Introduction to the ABC Language (http://www.cwi.nl/~steven/abc/)







  Results from FactBites:
 
ABC programming language (235 words)
ABC is an imperative language[?] and programming environment[?] from CWI[?], Netherlands.
Programs are typically around a quarter the size of the equivalent Pascal or C program, and more readable.
ABC was one of the influences in the design of the Python programming language.
ABC programming language - Wikipedia, the free encyclopedia (243 words)
ABC is an imperative general-purpose programming language and programming environment from CWI, Netherlands.
Its designers claim that ABC programs are typically around a quarter the size of the equivalent Pascal or C programs, and more readable.
ABC is available as an interpreter/compiler, currently version 1.05.02, by Leo Geurts, Lambert Meertens, and Steven Pemberton.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.