Словари, Словарь Dictionary
! & ( * , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = @ %
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ { ~
A A# A& A* A- A. A/ A1 A2 A3 A5 AA AB AC AD AE AF AG AH AI AK AL AM AN AO AP AQ AR AS AT AU AV AW AX AY AZ

ABC

 
 
ABC 1. An language and programming environment from , Netherlands. It is interactive, structured, high-level, and easy to learn and use. It is a general-purpose language which you might use instead of , or . It is not a systems-programming language but is good for teaching or prototyping. ABC has only five data types that can easily be combined; , yet without declarations; data limited only by memory; refinements to support top-down programming; nesting by indentation. Programs are typically around a quarter the size of the equivalent or program, and more readable. ABC includes a programming environment with editing, s, s and multiple workspaces and arithmetic. 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 /, version 1.04.01, by Leo Geurts, Lambert Meertens, Steven Pemberton . ABC has been ported to , , , . {Home (http://www.cwi.nl/cwi/projects/abc.html)} {FTP eu.net (ftp://ftp.eu.net/programming/languages/abc)}, {FTP nluug.nl (ftp://ftp.nluug.nl/programming/languages/abc)}, {FTP uunet (ftp://ftp.uu.net/languages/abc)}. Mailing list: . E-mail: . ["The ABC Programmer's Handbook" by Leo Geurts, Lambert Meertens and Steven Pemberton, published by Prentice-Hall (ISBN 0-13-000027-2)]. ["An Alternative Simple Language and Environment for PCs" by Steven Pemberton, IEEE Software, Vol. 4, No. 1, January 1987, pp. 56-64.] (1995-02-09) 2. Argument, Basic value, C?. An for implementation of s and its intermediate code. [P. Koopman, "Functional Programs as Executable Specifications", 1990]. (1995-02-09)
на заглавную О сайте10 самыхСловариОбратная связь к началу страницы
© 2010 Admin User
словарь
словарь online
online словарь
цитаты chrome
XHTML | CSS
1.8.11