Click here to Skip to main content
15,886,963 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: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
trønderen20-Oct-22 7:56
trønderen20-Oct-22 7:56 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Wizard of Sleeves19-Oct-22 20:57
Wizard of Sleeves19-Oct-22 20:57 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
den2k8819-Oct-22 21:24
professionalden2k8819-Oct-22 21:24 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Richard MacCutchan19-Oct-22 21:20
mveRichard MacCutchan19-Oct-22 21:20 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
den2k8819-Oct-22 21:22
professionalden2k8819-Oct-22 21:22 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
  Forogar  20-Oct-22 3:37
professional  Forogar  20-Oct-22 3:37 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
TNCaver20-Oct-22 5:12
TNCaver20-Oct-22 5:12 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
trønderen20-Oct-22 8:28
trønderen20-Oct-22 8:28 
Lots of Fortran programmers never knew: In cols 7 to 72, all spaces were insignificant. You could write GOTO or GO TO, COMM ON and SUB ROUTINE.

Furthermore, no tokens were reserved. You could name a SUBROUTINE FUNCTION or SUBROUTINE, to be called as "CALL FUNCTION(x)" or "CALL SUBROUTINE(y)". You could have a REAL variable named INTGEGER or REAL, and write statements such as "IF INTEGER.L T.REAL GOT 0123"

The last Fortran I touched was a Fortran77 implementation. During the design discussions for Fortran77, with each proposed extension crazier than the other, one of the old gurus (Dijkstra?) remarked that "I do not know what programming languages will look like in year 2000, but they will be named Fortran!" When I stumbled across Fortran 2011, my immediate reaction was: "You were just so right, old Master!" I guess that Fortran of today both have significant spaces and reserved words. But I wouldn't be sure of it without checking the language specification. Smile | :)
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Gary R. Wheeler20-Oct-22 9:44
Gary R. Wheeler20-Oct-22 9:44 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
TNCaver25-Oct-22 4:06
TNCaver25-Oct-22 4:06 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
TNCaver20-Oct-22 5:10
TNCaver20-Oct-22 5:10 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
jeron120-Oct-22 5:47
jeron120-Oct-22 5:47 
GeneralRe: Sidetracking from 'Tabs vs. Spaces': Do you indent assembly code? Pin
Gary R. Wheeler20-Oct-22 9:41
Gary R. Wheeler20-Oct-22 9:41 
GeneralWordle 488 Pin
Vivi Chellappa19-Oct-22 10:25
professionalVivi Chellappa19-Oct-22 10:25 
GeneralRe: Wordle 488 Pin
Peter_in_278019-Oct-22 11:42
professionalPeter_in_278019-Oct-22 11:42 
GeneralRe: Wordle 488 Pin
StarNamer@work19-Oct-22 13:25
professionalStarNamer@work19-Oct-22 13:25 
GeneralRe: Wordle 488 4/6 Pin
jmaida19-Oct-22 19:31
jmaida19-Oct-22 19:31 
GeneralRe: Wordle 488 Pin
Amarnath S19-Oct-22 16:10
professionalAmarnath S19-Oct-22 16:10 
GeneralRe: Wordle 488 Pin
OriginalGriff19-Oct-22 19:52
mveOriginalGriff19-Oct-22 19:52 
GeneralRe: Wordle 488 Pin
Peter_in_278019-Oct-22 20:08
professionalPeter_in_278019-Oct-22 20:08 
GeneralRe: Wordle 488 Pin
OriginalGriff19-Oct-22 21:46
mveOriginalGriff19-Oct-22 21:46 
GeneralRe: Wordle 488 Pin
den2k8819-Oct-22 21:27
professionalden2k8819-Oct-22 21:27 
GeneralRe: Wordle 488 Pin
ChandraRam19-Oct-22 22:25
ChandraRam19-Oct-22 22:25 
GeneralRe: Wordle 488 Pin
Amol_B19-Oct-22 22:28
professionalAmol_B19-Oct-22 22:28 
GeneralRe: Wordle 488 Pin
Sander Rossel20-Oct-22 0:50
professionalSander Rossel20-Oct-22 0:50 

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.