Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Type_safety> ?p ?o. }
Showing items 1 to 32 of
32
with 100 items per page.
- Type_safety abstract "In computer science, type safety is the extent to which a programming language discourages or prevents type errors. A type error is erroneous or undesirable program behaviour caused by a discrepancy between differing data types for the program's constants, variables, and methods (functions), e.g., treating an integer (int) as a floating-point number (float). Type safety is sometimes alternatively considered to be a property of a computer program rather than the language in which that program is written; that is, some languages have type-safe facilities that can be circumvented by programmers who adopt practices that exhibit poor type safety. The formal type-theoretic definition of type safety is considerably stronger than what is understood by most programmers.Type enforcement can be static, catching potential errors at compile time, or dynamic, associating type information with values at run-time and consulting them as needed to detect imminent errors, or a combination of both.The behaviors classified as type errors by a given programming language are usually those that result from attempts to perform operations on values that are not of the appropriate data type. This classification is partly based on opinion; some language designers and programmers argue that any operation not leading to program crashes, security flaws or other obvious failures is legitimate and need not be considered an error, while others consider any contravention of the programmer's explicit intent (as communicated via typing annotations) to be erroneous and not "type-safe."In the context of static (compile-time) type systems, type safety usually involves (among other things) a guarantee that the eventual value of any expression will be a legitimate member of that expression's static type. The precise requirement is more subtle than this — see, for example, subtype and polymorphism for complications.Type safety is closely linked to memory safety, a restriction on the ability to copy arbitrary bit patterns from one memory location to another. For instance, in an implementation of a language that has some type , such that some sequence of bits (of the appropriate length) does not represent a legitimate member of , if that language allows data to be copied into a variable of type , then it is not type-safe because such an operation might assign a non-value to that variable. Conversely, if the language is type-unsafe to the extent of allowing an arbitrary integer to be used as a pointer, then it is clearly not memory-safe.Most statically typed languages provide a degree of type safety that is strictly stronger than memory safety, because their type systems enforce the proper use of abstract data types defined by programmers even when this is not strictly necessary for memory safety or for the prevention of any kind of catastrophic failure.".
- Type_safety wikiPageExternalLink wiki?TypeSafe.
- Type_safety wikiPageExternalLink wright92syntactic.html.
- Type_safety wikiPageExternalLink citation.cfm?id=1005937.1005941.
- Type_safety wikiPageExternalLink tapl.
- Type_safety wikiPageID "602650".
- Type_safety wikiPageRevisionID "594494352".
- Type_safety hasPhotoCollection Type_safety.
- Type_safety subject Category:Programming_language_topics.
- Type_safety subject Category:Type_theory.
- Type_safety type Abstraction100002137.
- Type_safety type Communication100033020.
- Type_safety type Message106598915.
- Type_safety type ProgrammingLanguageTopics.
- Type_safety type Subject106599788.
- Type_safety comment "In computer science, type safety is the extent to which a programming language discourages or prevents type errors. A type error is erroneous or undesirable program behaviour caused by a discrepancy between differing data types for the program's constants, variables, and methods (functions), e.g., treating an integer (int) as a floating-point number (float).".
- Type_safety label "Sicurezza rispetto ai tipi".
- Type_safety label "Sûreté du typage".
- Type_safety label "Type safety".
- Type_safety label "Typsicherheit".
- Type_safety label "سلامة الأنماط".
- Type_safety label "型別安全".
- Type_safety sameAs Typsicherheit.
- Type_safety sameAs Ασφάλεια_τύπων.
- Type_safety sameAs Sûreté_du_typage.
- Type_safety sameAs Sicurezza_rispetto_ai_tipi.
- Type_safety sameAs m.02vhkt.
- Type_safety sameAs Q736866.
- Type_safety sameAs Q736866.
- Type_safety sameAs Type_safety.
- Type_safety wasDerivedFrom Type_safety?oldid=594494352.
- Type_safety isPrimaryTopicOf Type_safety.