Java bytecode: Difference between revisions

Content deleted Content added
Da rulz07 (talk | contribs)
m Support for dynamic Languages: doesn't have much to do with the bytecodes
Chip Zero (talk | contribs)
supporting bytecode generated from dynamic languages seems quite relevant here
Line 531:
 
==Support for dynamic Languages==
{{off-topic|date=April 2008}}
{{main|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]]<ref>{{cite web