Type system

История цены История цены
 
1 125 Р
27337758
В наличии
30/06/2015
 
High Quality Content by WIKIPEDIA articles! In computer science, a type system is a system used with a programming language to help reduce bugs in computer programs. A type system is used as part of defining interfaces between different parts of a computer program, and then checking that the parts have been connected in a consistent way. This is accomplished by extending the syntax of the language to include some form that indicates a type that a primitive value in the language can be associated with, along with a process for using the types to check that the parts have been connected in a consistent way. The checking can happen at various program lifecycle phases such as at compile time or at run time, or combinations. Because of the wide variation in languages, types systems have likewise wide variation, necessitating a somewhat lengthy summary to remain valid for all variations. Данное издание представляет собой компиляцию сведений, находящихся в свободном доступе в среде Интернет...