Latent typing
From Wikipedia, the free encyclopedia
|
|
|---|
|
Type safety |
|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
In computer programming, latent typing (as opposed to eager typing or manifest typing) is a style of typing that does not require (or perhaps even offer) explicit type declarations. Latent typing is heavily associated with duck typing and dynamic typing at run-time, but may also be achieved by type inference and static typing at compile time. A related term, implicit typing, also covers static type-inference systems with few or no annotations.
[edit] See also
| This programming language-related article is a stub. You can help Wikipedia by expanding it. |