Click here to Skip to main content
15,887,485 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: Regarding the survey: What's your least favourite of these languages to code in? Pin
0x01AA21-Oct-22 9:58
mve0x01AA21-Oct-22 9:58 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
PIEBALDconsult21-Oct-22 10:43
mvePIEBALDconsult21-Oct-22 10:43 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Mircea Neacsu21-Oct-22 11:04
Mircea Neacsu21-Oct-22 11:04 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
PIEBALDconsult21-Oct-22 11:47
mvePIEBALDconsult21-Oct-22 11:47 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
trønderen22-Oct-22 4:51
trønderen22-Oct-22 4:51 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
0x01AA21-Oct-22 12:49
mve0x01AA21-Oct-22 12:49 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Mircea Neacsu21-Oct-22 15:24
Mircea Neacsu21-Oct-22 15:24 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
trønderen22-Oct-22 4:38
trønderen22-Oct-22 4:38 
I like things to come in logical order, so my favorite is =:

A + B =: C, or "Add A and B. Then store it in C" is far better than

C := A + B: "Assign to C ... just wait a second, I have to calculate it first ... Add A and B. I hope you remember what we were going to do with it, as we said a while ago before we started calculating the expression ..."

I programmed for a few years in a proprietary language using =:, and came to love it. It also had a half-swap operator: As in many languages, you could carry the result value assigned to C on, so the same value can be assigned to D and E: A+B =: C =: D =: E. Using :=: the old value of C was carried on. So you could e.g. link in a new element at the head of the list by NewElt =: Head :=: NewElt.Next. This comes far more natural when you read the code left to right, rather than skipping back and forth, as you have to when starting the statement with what you will be doing last.
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Mircea Neacsu22-Oct-22 4:58
Mircea Neacsu22-Oct-22 4:58 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
trønderen22-Oct-22 4:22
trønderen22-Oct-22 4:22 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Mircea Neacsu22-Oct-22 4:41
Mircea Neacsu22-Oct-22 4:41 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
trønderen22-Oct-22 4:57
trønderen22-Oct-22 4:57 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Dan Neely21-Oct-22 7:53
Dan Neely21-Oct-22 7:53 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Gary R. Wheeler21-Oct-22 8:30
Gary R. Wheeler21-Oct-22 8:30 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
kmoorevs21-Oct-22 9:36
kmoorevs21-Oct-22 9:36 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Dan Neely21-Oct-22 9:50
Dan Neely21-Oct-22 9:50 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Jeremy Falcon21-Oct-22 10:52
professionalJeremy Falcon21-Oct-22 10:52 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
kmoorevs21-Oct-22 9:26
kmoorevs21-Oct-22 9:26 
GeneralRe: Regarding the survey: What's your least favourite of these languages to code in? Pin
Jeremy Falcon21-Oct-22 10:50
professionalJeremy Falcon21-Oct-22 10:50 
GeneralWSO CCC OTD 2022-10-21 Pin
OriginalGriff20-Oct-22 21:55
mveOriginalGriff20-Oct-22 21:55 
GeneralRe: WSO CCC OTD 2022-10-21 Pin
FreedMalloc20-Oct-22 22:24
FreedMalloc20-Oct-22 22:24 
GeneralRe: WSO CCC OTD 2022-10-21 Pin
pkfox20-Oct-22 22:37
professionalpkfox20-Oct-22 22:37 
GeneralRe: WSO CCC OTD 2022-10-21 Pin
OriginalGriff20-Oct-22 22:53
mveOriginalGriff20-Oct-22 22:53 
GeneralRe: WSO CCC OTD 2022-10-21 - we have a winner! Pin
OriginalGriff20-Oct-22 22:54
mveOriginalGriff20-Oct-22 22:54 
GeneralRe: WSO CCC OTD 2022-10-21 - we have a winner! Pin
FreedMalloc20-Oct-22 22:58
FreedMalloc20-Oct-22 22:58 

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.