Click here to Skip to main content
15,888,241 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.

 
RantRe: The most unappreciated work Pin
Gary R. Wheeler16-Aug-20 2:28
Gary R. Wheeler16-Aug-20 2:28 
GeneralRe: The most unappreciated work Pin
Greg Utas16-Aug-20 2:51
professionalGreg Utas16-Aug-20 2:51 
GeneralRe: The most unappreciated work Pin
W Balboos, GHB16-Aug-20 2:51
W Balboos, GHB16-Aug-20 2:51 
GeneralRe: The most unappreciated work Pin
milo-xml17-Aug-20 2:10
professionalmilo-xml17-Aug-20 2:10 
GeneralRe: The most unappreciated work Pin
Bruce Patin17-Aug-20 3:17
Bruce Patin17-Aug-20 3:17 
GeneralGood grief - at last! Grand Tour S04E02 release date. Pin
OriginalGriff15-Aug-20 11:21
mveOriginalGriff15-Aug-20 11:21 
QuestionIs a programming language's aesthetics important? Pin
Marc Clifton15-Aug-20 11:05
mvaMarc Clifton15-Aug-20 11:05 
AnswerRe: Is a programming language's aesthetics important? Pin
Greg Utas15-Aug-20 12:00
professionalGreg Utas15-Aug-20 12:00 
I'm reasonably tolerant when it comes to language aesthetics. Any modern, structured language would be fine. For many years, I worked in a proprietary language with keywords instead of braces, and with types and return values on the right:
IF...THEN...ELSE...ENDIF;

[FOR | WHILE] DO...ENDDO;

DCL <name> <type> [INIT <value>];

DCL <name> PROC(<args>) RETURNS <type> IS BLOCK...ENDBLOCK;
It also had pointers, constness, strong typing, and various things that were innovative for a language designed around 1977. In the mid-1990s, it evolved to include object orientation. Had it been made publicly available from the outset, it would probably have displaced C.

Q1. Type safety, object orientation, tuples, templates (or at least generics). For what I'm doing, I need pointers and no garbage collection. Any high-level constructs (e.g., for threading) will probably be wrong or just get in the way.

Q2. Aesthetics, sure. But the unaesthetic language beats the paternalistic language every time, where paternalism means the language precluding something that you need to be able to do because the language designers thought they knew better.

Q3. C++, not so much because I find it aesthetic, but because I don't find it paternalistic. There are certainly things I dislike about it, but they don't center around aesthetics.

GeneralRe: Is a programming language's aesthetics important? Pin
Stuart Dootson16-Aug-20 22:48
professionalStuart Dootson16-Aug-20 22:48 
GeneralRe: Is a programming language's aesthetics important? Pin
Greg Utas17-Aug-20 0:37
professionalGreg Utas17-Aug-20 0:37 
GeneralRe: Is a programming language's aesthetics important? Pin
Dan Neely17-Aug-20 2:23
Dan Neely17-Aug-20 2:23 
AnswerRe: Is a programming language's aesthetics important? Pin
Jon McKee15-Aug-20 12:42
professionalJon McKee15-Aug-20 12:42 
GeneralRe: Is a programming language's aesthetics important? Pin
englebart17-Aug-20 7:35
professionalenglebart17-Aug-20 7:35 
GeneralRe: Is a programming language's aesthetics important? Pin
Jon McKee17-Aug-20 8:39
professionalJon McKee17-Aug-20 8:39 
PraiseRe: Is a programming language's aesthetics important? Pin
englebart17-Aug-20 9:31
professionalenglebart17-Aug-20 9:31 
GeneralRe: Is a programming language's aesthetics important? Pin
Jon McKee17-Aug-20 10:50
professionalJon McKee17-Aug-20 10:50 
GeneralRe: Is a programming language's aesthetics important? Pin
harold aptroot15-Aug-20 13:47
harold aptroot15-Aug-20 13:47 
AnswerRe: Is a programming language's aesthetics important? Pin
Ravi Bhavnani15-Aug-20 15:35
professionalRavi Bhavnani15-Aug-20 15:35 
AnswerRe: Is a programming language's aesthetics important? Pin
CodeWraith15-Aug-20 15:48
CodeWraith15-Aug-20 15:48 
AnswerRe: Is a programming language's aesthetics important? Pin
Amarnath S15-Aug-20 15:50
professionalAmarnath S15-Aug-20 15:50 
AnswerRe: Is a programming language's aesthetics important? Pin
Gary R. Wheeler16-Aug-20 2:14
Gary R. Wheeler16-Aug-20 2:14 
AnswerRe: Is a programming language's aesthetics important? Pin
theoldfool16-Aug-20 2:32
professionaltheoldfool16-Aug-20 2:32 
GeneralRe: Is a programming language's aesthetics important? Pin
Greg Utas16-Aug-20 3:37
professionalGreg Utas16-Aug-20 3:37 
AnswerRe: Is a programming language's aesthetics important? PinPopular
Chris Maunder16-Aug-20 4:38
cofounderChris Maunder16-Aug-20 4:38 
GeneralRe: Is a programming language's aesthetics important? Pin
Nelek16-Aug-20 5:15
protectorNelek16-Aug-20 5:15 

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.