DenkzeitWiki

Suchen:

Aktuelle Änderungen Printable View Änderungen Bearbeiten

StartOfEpoch > VisualStudio > Abstractions > OliverSteele > WikiHelp > StaticTyping > SExpressions > HeapAndStack > SQLInjection > CodeInjection > AlexMartelli > ClojureHacks > DenkzeitWiki > ChoosePython > PythonVsRuby > TortoiseMerge > TypeInferenceClear Trail
Main /

Type Inference

DuckTyping

Boo
Haskell
Nice
OCaml

TypeInference is the analysis of a program to infer the types of some or all expressions, usually at CompileTime. It can be used for languages with either StaticTyping or SoftTyping. See also ManifestTyping and ImplicitTyping.


TypeInference is often used in FunctionalProgrammingLanguages. The compiler or interpreter needs only the minimum information to be able to figure out the type of an expression or variable.




from http://boo.codehaus.org/Type+Inference :

Type inference means you don't have to worry about declaring types everywhere just to make the compiler happy. Type inference means you can be productive without giving up the safety net of the type system nor sacrificing performance.





Edit - BackLinks - Tags - Page Hist - Print - Changes - Home - Orphans - Help

Zuletzt geändert am 07.02.2007 21:28 Uhr und seit 7. April 2005 1442 aufgerufen.