Talk:Dynamic programming language: Difference between revisions

Content deleted Content added
Linking to sources for this article
Dwarring (talk | contribs)
Line 102:
Agreed. Neither are Oberon and Objective Modula-2.
 
VB6 has it both ways. The type of a variable can be declared and the compiler checks the method calls at compile time. Or if the type is Object, then the type checking is defereddeferred to runtime when the underlying type is queried to see if it will respond to the method call. [[Special:Contributions/86.10.80.92|86.10.80.92]] ([[User talk:86.10.80.92|talk]]) 21:46, 2 July 2008 (UTC)
 
This seems to fit the definition of [[Gradual_typing]] ''a type system in which variables may be typed either at compile-time (which is static typing) or at run-time (which is dynamic typing).'' [[User:Dwarring|Dwarring]] ([[User talk:Dwarring|talk]]) 23:30, 26 August 2015 (UTC)
 
== Scripting ==