Click here to Skip to main content
15,919,121 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: VB haters, look away Pin
Kenworth714-Aug-17 11:00
professionalKenworth714-Aug-17 11:00 
GeneralRe: VB haters, look away Pin
kalberts6-Aug-17 20:32
kalberts6-Aug-17 20:32 
GeneralRe: VB haters, look away Pin
Kenworth716-Aug-17 21:08
professionalKenworth716-Aug-17 21:08 
GeneralRe: VB haters, look away Pin
kalberts6-Aug-17 22:05
kalberts6-Aug-17 22:05 
GeneralRe: VB haters, look away Pin
Kenworth717-Aug-17 0:21
professionalKenworth717-Aug-17 0:21 
GeneralRe: VB haters, look away Pin
kalberts7-Aug-17 1:30
kalberts7-Aug-17 1:30 
GeneralRe: VB haters, look away Pin
jschell3-Aug-17 5:59
jschell3-Aug-17 5:59 
GeneralRe: VB haters, look away Pin
kalberts3-Aug-17 21:49
kalberts3-Aug-17 21:49 
If Google had existed in the early 1980s, a search for "bytecode" would have returned thousands of references to Pascal and its P4 bytecode format. The Pascal compiler was distributed as open source, with a backend for a virtual machine (also available as open source for a couple architectures). You could either adapt the VM to the architecture of your machine, and keep the compiler unchanged, or you could replace the P4 code generating parts of the compiler with binary code generation for your own machine.

Actually, lots of interpreters for non-compiled languages of today do some compilation into some sort of bytecode, which is cached up internally so that e.g. a loop body needs to be symbolically analyzed only on the first iteration. But Java is the only language (after Pascal and its P4) to really focus on this, making "Java Virtual Machine" a marketing concept, and really pushing "compile once, run anywhere" as The Selling Point of the language (more so 20 year ago than today). So you are right: Java is very prominent in bytecode references.
GeneralRe: VB haters, look away Pin
jschell8-Aug-17 13:20
jschell8-Aug-17 13:20 
GeneralRe: VB haters, look away Pin
Member 108155734-Aug-17 2:55
Member 108155734-Aug-17 2:55 
GeneralRe: VB haters, look away Pin
User 101325464-Aug-17 4:21
User 101325464-Aug-17 4:21 
GeneralRe: VB haters, look away Pin
PIEBALDconsult2-Aug-17 4:55
mvePIEBALDconsult2-Aug-17 4:55 
GeneralRe: VB haters, look away Pin
User 101325462-Aug-17 4:58
User 101325462-Aug-17 4:58 
GeneralRe: VB haters, look away Pin
CodeWraith2-Aug-17 5:03
CodeWraith2-Aug-17 5:03 
GeneralRe: VB haters, look away Pin
jschell3-Aug-17 6:03
jschell3-Aug-17 6:03 
GeneralRe: VB haters, look away Pin
Peter Wone4-Aug-17 2:14
Peter Wone4-Aug-17 2:14 
GeneralRe: VB haters, look away Pin
Jeremy Falcon2-Aug-17 6:31
professionalJeremy Falcon2-Aug-17 6:31 
GeneralRe: VB haters, look away Pin
ZurdoDev2-Aug-17 4:56
professionalZurdoDev2-Aug-17 4:56 
GeneralRe: VB haters, look away Pin
Slacker0072-Aug-17 5:00
professionalSlacker0072-Aug-17 5:00 
GeneralRe: VB haters, look away Pin
atverweij2-Aug-17 23:03
atverweij2-Aug-17 23:03 
GeneralRe: VB haters, look away Pin
kalberts3-Aug-17 0:20
kalberts3-Aug-17 0:20 
GeneralRe: VB haters, look away Pin
MKJCP3-Aug-17 1:35
MKJCP3-Aug-17 1:35 
GeneralRe: VB haters, look away Pin
kalberts3-Aug-17 1:50
kalberts3-Aug-17 1:50 
GeneralRe: VB haters, look away Pin
MKJCP3-Aug-17 1:54
MKJCP3-Aug-17 1:54 
GeneralRe: VB haters, look away Pin
jschell3-Aug-17 6:06
jschell3-Aug-17 6:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.