Click here to Skip to main content
15,887,746 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: What's a "real" programming language? Pin
Daniel Pfeffer27-Dec-23 7:44
professionalDaniel Pfeffer27-Dec-23 7:44 
GeneralRe: What's a "real" programming language? Pin
PIEBALDconsult27-Dec-23 8:10
mvePIEBALDconsult27-Dec-23 8:10 
GeneralRe: What's a "real" programming language? Pin
jschell28-Dec-23 5:15
jschell28-Dec-23 5:15 
GeneralRe: What's a "real" programming language? Pin
Daniel Pfeffer28-Dec-23 9:17
professionalDaniel Pfeffer28-Dec-23 9:17 
GeneralRe: What's a "real" programming language? Pin
trønderen28-Dec-23 6:52
trønderen28-Dec-23 6:52 
GeneralRe: What's a "real" programming language? Pin
Daniel Pfeffer28-Dec-23 9:15
professionalDaniel Pfeffer28-Dec-23 9:15 
GeneralRe: What's a "real" programming language? Pin
jschell29-Dec-23 6:17
jschell29-Dec-23 6:17 
GeneralRe: What's a "real" programming language? Pin
MSBassSinger28-Dec-23 4:21
professionalMSBassSinger28-Dec-23 4:21 
Quote:
Can the Java VM or C# runtime (and .net framework) be implemented those languages? I doubt it.


C# supports .NET native compilation (since VS 2015), so you can compile C# in Visual Studio to machine code. Someone more proficient in Java could answer whether Java can be compiled to machine language.

Also, C# is always run compiled to machine language. C# compiles to Microsoft Intermediate Language (MSIL), and the .NET VM then performs its "Just in Time", or JIT, to machine language when it is run, based on the specific environment in which it is run. The Java VM does something similar, so both do produce machine language differently and more efficiently than an interpreter would.
GeneralRe: What's a "real" programming language? Pin
jschell28-Dec-23 5:16
jschell28-Dec-23 5:16 
GeneralRe: What's a "real" programming language? Pin
jschell28-Dec-23 5:14
jschell28-Dec-23 5:14 
GeneralRe: What's a "real" programming language? Pin
trønderen27-Dec-23 8:14
trønderen27-Dec-23 8:14 
JokeRe: What's a "real" programming language? Pin
trønderen27-Dec-23 6:59
trønderen27-Dec-23 6:59 
JokeRe: What's a "real" programming language? Pin
honey the codewitch27-Dec-23 7:00
mvahoney the codewitch27-Dec-23 7:00 
GeneralRe: What's a "real" programming language? Pin
trønderen28-Dec-23 6:54
trønderen28-Dec-23 6:54 
GeneralRe: What's a "real" programming language? Pin
PIEBALDconsult27-Dec-23 8:10
mvePIEBALDconsult27-Dec-23 8:10 
GeneralRe: What's a "real" programming language? Pin
jmaida27-Dec-23 16:22
jmaida27-Dec-23 16:22 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch28-Dec-23 4:04
mvahoney the codewitch28-Dec-23 4:04 
GeneralRe: What's a "real" programming language? Pin
snorkie27-Dec-23 8:18
professionalsnorkie27-Dec-23 8:18 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch27-Dec-23 9:44
mvahoney the codewitch27-Dec-23 9:44 
GeneralRe: What's a "real" programming language? Pin
MSBassSinger28-Dec-23 4:01
professionalMSBassSinger28-Dec-23 4:01 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch28-Dec-23 4:02
mvahoney the codewitch28-Dec-23 4:02 
GeneralRe: What's a "real" programming language? Pin
MSBassSinger28-Dec-23 4:31
professionalMSBassSinger28-Dec-23 4:31 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch28-Dec-23 4:35
mvahoney the codewitch28-Dec-23 4:35 
GeneralRe: What's a "real" programming language? Pin
MSBassSinger28-Dec-23 4:52
professionalMSBassSinger28-Dec-23 4:52 
GeneralRe: What's a "real" programming language? Pin
honey the codewitch28-Dec-23 4:55
mvahoney the codewitch28-Dec-23 4:55 

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.