Penguin
Annotated edit history of ByteCode version 4, including all changes. View license author blame.
Rev Author # Line
2 GlynWebster 1 [ByteCode]s are the OpCodes executed by a VirtualMachine (a small, fast interpreter).
3 StuartYeates 2
4 StuartYeates 3 Commonly used in [Java], [Lisp], [Lua] and [Scheme] systems.