Content deleted Content added
fix incorrect punctuation around "however" |
|||
Line 37:
{{main|list of JVM languages}}
The [[Java Virtual Machine]] has currently no built-in support for [[Type system#Dynamic_typing|dynamically typed languages]], because the existing JVM instruction set is [[Type system#Static typing|statically typed]] - in the sense that method calls have their signatures type-checked at compile time, without a mechanism to defer this decision to run time, or to choose the method dispatch by an alternative approach.<ref>{{cite web
| url=http://headius.blogspot.com/2007/01/invokedynamic-actually-useful.html
| title=InvokeDynamic: Actually Useful?
|