Click here to Skip to main content
15,884,986 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 wrong with Java? Pin
W Balboos, GHB4-Mar-21 3:44
W Balboos, GHB4-Mar-21 3:44 
GeneralRe: What's wrong with Java? Pin
Greg Utas4-Mar-21 3:41
professionalGreg Utas4-Mar-21 3:41 
GeneralRe: What's wrong with Java? Pin
PIEBALDconsult4-Mar-21 3:38
mvePIEBALDconsult4-Mar-21 3:38 
GeneralRe: What's wrong with Java? Pin
#realJSOP4-Mar-21 3:40
mve#realJSOP4-Mar-21 3:40 
GeneralRe: What's wrong with Java? Pin
trønderen4-Mar-21 6:05
trønderen4-Mar-21 6:05 
GeneralRe: What's wrong with Java? Pin
Greg Utas4-Mar-21 3:44
professionalGreg Utas4-Mar-21 3:44 
GeneralRe: What's wrong with Java? PinPopular
trønderen4-Mar-21 6:33
trønderen4-Mar-21 6:33 
GeneralRe: What's wrong with Java? Pin
Greg Utas4-Mar-21 6:56
professionalGreg Utas4-Mar-21 6:56 
Special cases or not, there's no way I'd go to assembler and give up all the things that an OO language like C++ provides. And the special cases I'm thinking of aren't a question of trying to outsmart anything.

One of them, in serious production code, was morphing an object to a sibling class in the inheritance hierarchy by changing its vptr. The objects' memory came from a pool of blocks, not the heap, so objects from both classes fit into the same block. No deep copying, no worries about stale pointers to the object, just abracadabra, and its behavior is now what's needed. Big Grin | :-D
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: What's wrong with Java? Pin
Kirk 103898215-Mar-21 17:15
Kirk 103898215-Mar-21 17:15 
GeneralRe: What's wrong with Java? Pin
Greg Utas6-Mar-21 1:23
professionalGreg Utas6-Mar-21 1:23 
GeneralRe: What's wrong with Java? Pin
CodeWraith4-Mar-21 23:23
CodeWraith4-Mar-21 23:23 
GeneralRe: What's wrong with Java? Pin
Mike Hankey4-Mar-21 3:46
mveMike Hankey4-Mar-21 3:46 
GeneralRe: What's wrong with Java? Pin
Cp-Coder4-Mar-21 4:05
Cp-Coder4-Mar-21 4:05 
GeneralRe: What's wrong with Java? Pin
Mike Hankey4-Mar-21 4:12
mveMike Hankey4-Mar-21 4:12 
GeneralRe: What's wrong with Java? Pin
trønderen4-Mar-21 6:34
trønderen4-Mar-21 6:34 
GeneralRe: What's wrong with Java? Pin
PIEBALDconsult4-Mar-21 4:19
mvePIEBALDconsult4-Mar-21 4:19 
GeneralRe: What's wrong with Java? Pin
Mike Hankey4-Mar-21 4:26
mveMike Hankey4-Mar-21 4:26 
GeneralRe: What's wrong with Java? Pin
PIEBALDconsult4-Mar-21 5:14
mvePIEBALDconsult4-Mar-21 5:14 
GeneralRe: What's wrong with Java? Pin
Mike Hankey4-Mar-21 5:18
mveMike Hankey4-Mar-21 5:18 
GeneralRe: What's wrong with Java? Pin
trønderen4-Mar-21 6:03
trønderen4-Mar-21 6:03 
GeneralRe: What's wrong with Java? Pin
PIEBALDconsult4-Mar-21 6:25
mvePIEBALDconsult4-Mar-21 6:25 
GeneralRe: What's wrong with Java? Pin
trønderen4-Mar-21 6:53
trønderen4-Mar-21 6:53 
GeneralRe: What's wrong with Java? Pin
PIEBALDconsult4-Mar-21 7:07
mvePIEBALDconsult4-Mar-21 7:07 
GeneralRe: What's wrong with Java? Pin
Leo564-Mar-21 21:00
Leo564-Mar-21 21:00 
JokeRe: What's wrong with Java? Pin
PIEBALDconsult5-Mar-21 2:35
mvePIEBALDconsult5-Mar-21 2:35 

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.