Click here to Skip to main content
15,895,777 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: Java - ughhh PinPopular
ZurdoDev6-Nov-19 9:35
professionalZurdoDev6-Nov-19 9:35 
GeneralRe: Java - ughhh Pin
Slacker0076-Nov-19 9:41
professionalSlacker0076-Nov-19 9:41 
AnswerRe: Java - ughhh Pin
Dan Neely7-Nov-19 3:28
Dan Neely7-Nov-19 3:28 
GeneralRe: Java - ughhh Pin
jackbrownii7-Nov-19 6:46
professionaljackbrownii7-Nov-19 6:46 
GeneralRe: Java - ughhh Pin
Marc Clifton6-Nov-19 9:29
mvaMarc Clifton6-Nov-19 9:29 
GeneralRe: Java - ughhh Pin
kalberts6-Nov-19 22:33
kalberts6-Nov-19 22:33 
GeneralRe: Java - ughhh Pin
Marc Clifton7-Nov-19 2:25
mvaMarc Clifton7-Nov-19 2:25 
GeneralRe: Java - ughhh Pin
kalberts7-Nov-19 21:36
kalberts7-Nov-19 21:36 
That is the language Smile | :)

The person who made the Wikipedia article has completely overlooked a series of language details that distinguish it from other similar languages (such as the operator redefinition, overloading and naming, or some flow constructs). It looks like someone who knows C has picked up a Planc manual and reported on the things he could recognize... Smile | :)

Planc originated before the OO programming wave, so as a whole, it is not a modern, fully featured language. I wouldn't want to throw out C# and replace it with Planc. But I'd love to see some of the distinguishing features of Planc being incorporated into other languages.

Planc didn't need OO ... I learned OO programming when our University got hold of a very early C++ compiler that didn't generate binaries but K&R C source code that had to be compiled by an arbitrary C compiler in a second step. So we could study the class objects, the function tables etc. in plaintext.

Then I was an intern with Norsk Data (owner of the Planc language), and saw the source code of their "Sintran" OS, written in a mixture of assembler and a very low level language (almost like an assembler macro collection). There I found exactly the same structures as in the C++ generated code: Classes, subclasses, function tables ... The entire I/O system was designed as a scholary example of object oriented programming, but implemented in assembler rather than an OO language in the mid 1970s. Obviously, when Planc replaced assembler, they continued doing OOP "by hand".

I sometimes say to myself that I should spend some time adding to Wikipedia what I know, before it is forgotten. But after a few seconds of thought, I conclude: Naaah... Who cares? Nobody will read it, or if they do, they will say: That's old stuff, we've got something else nowadays! - Maybe, when I retire, if I am bored with nothing to do, I might consider it.
GeneralRe: Java - ughhh Pin
Dave Kreskowiak6-Nov-19 9:42
mveDave Kreskowiak6-Nov-19 9:42 
GeneralRe: Java - ughhh PinPopular
Super Lloyd6-Nov-19 11:55
Super Lloyd6-Nov-19 11:55 
GeneralRe: Java - ughhh Pin
CPallini6-Nov-19 20:57
mveCPallini6-Nov-19 20:57 
GeneralRe: Java - ughhh Pin
kalberts6-Nov-19 22:34
kalberts6-Nov-19 22:34 
GeneralRe: Java - ughhh Pin
Rajesh R Subramanian7-Nov-19 1:17
professionalRajesh R Subramanian7-Nov-19 1:17 
GeneralRe: Java - ughhh Pin
CPallini7-Nov-19 1:42
mveCPallini7-Nov-19 1:42 
GeneralRe: Java - ughhh Pin
Rajesh R Subramanian7-Nov-19 13:51
professionalRajesh R Subramanian7-Nov-19 13:51 
GeneralJust Curious Pin
Kevin Marois6-Nov-19 6:19
professionalKevin Marois6-Nov-19 6:19 
GeneralRe: Just Curious Pin
OriginalGriff6-Nov-19 6:31
mveOriginalGriff6-Nov-19 6:31 
GeneralRe: Just Curious Pin
Marc Clifton6-Nov-19 6:44
mvaMarc Clifton6-Nov-19 6:44 
GeneralRe: Just Curious Pin
agolddog7-Nov-19 3:22
agolddog7-Nov-19 3:22 
GeneralRe: Just Curious Pin
devenv.exe6-Nov-19 6:46
professionaldevenv.exe6-Nov-19 6:46 
GeneralRe: Just Curious Pin
User 99160806-Nov-19 6:54
professionalUser 99160806-Nov-19 6:54 
GeneralRe: Just Curious Pin
Kevin Marois6-Nov-19 7:02
professionalKevin Marois6-Nov-19 7:02 
GeneralRe: Just Curious Pin
Slacker0076-Nov-19 7:04
professionalSlacker0076-Nov-19 7:04 
GeneralRe: Just Curious Pin
Slacker0076-Nov-19 7:02
professionalSlacker0076-Nov-19 7:02 
GeneralRe: Just Curious Pin
harold aptroot6-Nov-19 7:14
harold aptroot6-Nov-19 7:14 

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.