Click here to Skip to main content
15,879,184 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: Why isn't C# more popular? Pin
CodeWraith9-Sep-20 6:00
CodeWraith9-Sep-20 6:00 
GeneralRe: Why isn't C# more popular? Pin
Daniel Pfeffer9-Sep-20 1:43
professionalDaniel Pfeffer9-Sep-20 1:43 
GeneralRe: Why isn't C# more popular? Pin
W Balboos, GHB9-Sep-20 2:20
W Balboos, GHB9-Sep-20 2:20 
GeneralRe: Why isn't C# more popular? Pin
Rick York9-Sep-20 6:09
mveRick York9-Sep-20 6:09 
GeneralRe: Why isn't C# more popular? Pin
W Balboos, GHB9-Sep-20 6:50
W Balboos, GHB9-Sep-20 6:50 
GeneralRe: Why isn't C# more popular? Pin
tcruse10-Sep-20 1:57
professionaltcruse10-Sep-20 1:57 
GeneralRe: Why isn't C# more popular? Pin
Rick York10-Sep-20 21:23
mveRick York10-Sep-20 21:23 
GeneralRe: Why isn't C# more popular? Pin
obermd10-Sep-20 6:09
obermd10-Sep-20 6:09 
Rick York wrote:
deleting what you allocate is far too much to ask of programmers


Actually it is. "Use after free" is one of the biggest security risks in C/C++. Also, not removing what's no longer in use eventually leads to memory exhaustion.

These two situations have been known issues since at least 1958 when Lisp was first developed. This is also why all high level business languages, as opposed to embedded or operating system development, contain at least memory garbage collection. Almost all early languages (COBOL, BASIC, FORTRAN, APL, Algol, etc.) have some concept of garbage collection for some data types. What changes with Java was that all data types are now garbage collected unless the programmer explicitly tell the compiler not to do so.
GeneralRe: Why isn't C# more popular? Pin
Rick York10-Sep-20 7:38
mveRick York10-Sep-20 7:38 
GeneralRe: Why isn't C# more popular? Pin
Myron Dombrowski10-Sep-20 15:30
Myron Dombrowski10-Sep-20 15:30 
GeneralRe: Why isn't C# more popular? Pin
Rick York10-Sep-20 16:33
mveRick York10-Sep-20 16:33 
GeneralRe: Why isn't C# more popular? Pin
Myron Dombrowski10-Sep-20 19:44
Myron Dombrowski10-Sep-20 19:44 
GeneralRe: Why isn't C# more popular? Pin
GerVenson10-Sep-20 2:20
professionalGerVenson10-Sep-20 2:20 
GeneralRe: Why isn't C# more popular? Pin
W Balboos, GHB10-Sep-20 2:22
W Balboos, GHB10-Sep-20 2:22 
GeneralRe: Why isn't C# more popular? Pin
V.9-Sep-20 2:32
professionalV.9-Sep-20 2:32 
GeneralRe: Why isn't C# more popular? Pin
Daniel Pfeffer9-Sep-20 3:33
professionalDaniel Pfeffer9-Sep-20 3:33 
GeneralRe: Why isn't C# more popular? Pin
afigegoznaet9-Sep-20 21:19
professionalafigegoznaet9-Sep-20 21:19 
GeneralRe: Why isn't C# more popular? Pin
tcruse10-Sep-20 2:18
professionaltcruse10-Sep-20 2:18 
GeneralRe: Why isn't C# more popular? Pin
W Balboos, GHB10-Sep-20 2:26
W Balboos, GHB10-Sep-20 2:26 
GeneralRe: Why isn't C# more popular? Pin
afigegoznaet10-Sep-20 3:03
professionalafigegoznaet10-Sep-20 3:03 
GeneralRe: Why isn't C# more popular? Pin
Gary R. Wheeler9-Sep-20 11:46
Gary R. Wheeler9-Sep-20 11:46 
GeneralRe: Why isn't C# more popular? Pin
Tomz_KV10-Sep-20 2:50
Tomz_KV10-Sep-20 2:50 
GeneralRe: Why isn't C# more popular? Pin
sasadler10-Sep-20 5:52
sasadler10-Sep-20 5:52 
GeneralRe: Why isn't C# more popular? Pin
megaadam8-Sep-20 21:21
professionalmegaadam8-Sep-20 21:21 
GeneralRe: Why isn't C# more popular? Pin
CodeWraith8-Sep-20 23:14
CodeWraith8-Sep-20 23: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.