Click here to Skip to main content
15,891,864 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: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 1:44
mvahoney the codewitch31-Jul-19 1:44 
GeneralRe: i don't like object oriented programming Pin
Dannyyx30-Jul-19 20:21
Dannyyx30-Jul-19 20:21 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 1:28
mvahoney the codewitch31-Jul-19 1:28 
GeneralRe: i don't like object oriented programming Pin
Dannyyx29-Oct-19 22:30
Dannyyx29-Oct-19 22:30 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch29-Oct-19 22:31
mvahoney the codewitch29-Oct-19 22:31 
GeneralRe: i don't like object oriented programming Pin
Bob100030-Jul-19 23:48
professionalBob100030-Jul-19 23:48 
GeneralRe: i don't like object oriented programming Pin
TNCaver31-Jul-19 4:19
TNCaver31-Jul-19 4:19 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 4:25
mvahoney the codewitch31-Jul-19 4:25 
i like message/signal based systems but most runtimes don't include some basics that should be "primitives/intrinsics" or otherwise first class, like thread safe priority queues and circular buffers and such. At the very least they should be runtime libraries provided with the base framework.

But I really think if Alan Kay had wanted a message based programming environment it should have been done somewhat differently than OOP.

think something a bit more along lines of parallel programming style constructs and the like, except instead of dealing with iterations of loops you're dealing with signalling.

honestly, it's easy enough to create a domain-specific set of "language extension" style headers in C++ to enable this. I love C++ for that. about 1/3 of the language is the headers and because of the way the preprocessor and template system works you can create your own pseudo language constructs. There's nothing else like it in major programming languages but I really wish their was.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: i don't like object oriented programming Pin
TNCaver31-Jul-19 5:42
TNCaver31-Jul-19 5:42 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:44
mvahoney the codewitch31-Jul-19 5:44 
GeneralWell I like object oriented programming Pin
SeattleC++31-Jul-19 11:21
SeattleC++31-Jul-19 11:21 
GeneralRe: Well I like object oriented programming Pin
honey the codewitch31-Jul-19 11:26
mvahoney the codewitch31-Jul-19 11:26 
GeneralRe: i don't like object oriented programming Pin
BotReject9-Aug-19 1:12
BotReject9-Aug-19 1:12 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch9-Aug-19 1:23
mvahoney the codewitch9-Aug-19 1:23 
GeneralThought of the Day Pin
OriginalGriff30-Jul-19 4:39
mveOriginalGriff30-Jul-19 4:39 
GeneralRe: Thought of the Day Pin
PIEBALDconsult30-Jul-19 4:58
mvePIEBALDconsult30-Jul-19 4:58 
GeneralRe: Thought of the Day Pin
OriginalGriff30-Jul-19 5:04
mveOriginalGriff30-Jul-19 5:04 
GeneralRe: Thought of the Day Pin
Sander Rossel30-Jul-19 5:01
professionalSander Rossel30-Jul-19 5:01 
GeneralRe: Thought of the Day Pin
Jacquers30-Jul-19 5:31
Jacquers30-Jul-19 5:31 
GeneralRe: Thought of the Day Pin
jeron130-Jul-19 6:07
jeron130-Jul-19 6:07 
GeneralRe: Thought of the Day Pin
W Balboos, GHB30-Jul-19 6:30
W Balboos, GHB30-Jul-19 6:30 
GeneralRe: Thought of the Day Pin
PIEBALDconsult30-Jul-19 9:02
mvePIEBALDconsult30-Jul-19 9:02 
Generalmy debugging regressed to the 1980s Pin
honey the codewitch30-Jul-19 3:42
mvahoney the codewitch30-Jul-19 3:42 
GeneralRe: my debugging regressed to the 1980s Pin
Richard Deeming30-Jul-19 4:00
mveRichard Deeming30-Jul-19 4:00 
GeneralRe: my debugging regressed to the 1980s Pin
honey the codewitch30-Jul-19 4:01
mvahoney the codewitch30-Jul-19 4:01 

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.