The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] sh and goto
@ 2020-12-15 16:02 srbourne
  2020-12-15 19:44 ` Ken Thompson
  0 siblings, 1 reply; 6+ messages in thread
From: srbourne @ 2020-12-15 16:02 UTC (permalink / raw)
  To: tuhs

[-- Attachment #1: Type: text/plain, Size: 1596 bytes --]

    Message: 4

    Date: Mon, 30 Nov 2020 19:59:18 -0800 (PST)
    From:jason-tuhs@shalott.net
    To:tuhs@minnie.tuhs.org
    Subject: Re: [TUHS] The UNIX Command Language (1976)
    Message-ID:
    	<alpine.LRH.2.23.453.2011301946410.14253@waffle.shalott.net>
    Content-Type: text/plain; charset="utf-8"; Format="flowed"


>     "The UNIX Command Language is the first-ever paper published on the Unix
>     shell. It was written by Ken Thompson in 1976."
>
>     https://github.com/susam/tucl

    Thanks for that.

    This reminded me that the Thompson shell used goto for flow control, which
    I had forgotten.

    Bourne commented on the omission of goto from the Bourne shell, "I
    eliminated goto in favour of flow control primitives like if and for.
    This was also considered rather radical departure from the existing
    practice."

    Was this decision contentious at all?  Was there a specific reason for
    goto's exclusion in the Bourne shell?


    Thanks.


       -Jason

At the time it may have raised a few eyebrows but I don't recall much discussion about it then.  My email tracks at the time don't mention it.
Doug McIlroy or Steve Johnson (or Ken) on this forum might recall differently.  At the time scripts were not that complicated and so error recovery to a far off place in the script was not common.  As an aside I did persuade Dennis to add "setjmp" and "longjmp" so the shell code itself could recover from some kinds of script errors.
So I did not have a "religious" aversion to "goto" at the time.

Steve


[-- Attachment #2: Type: text/html, Size: 2288 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [TUHS] sh and goto
@ 2020-12-16  4:01 M Douglas McIlroy
  0 siblings, 0 replies; 6+ messages in thread
From: M Douglas McIlroy @ 2020-12-16  4:01 UTC (permalink / raw)
  To: tuhs

> Bourne commented on the omission of goto from the Bourne shell
...
> Was this decision contentious at all? Was there a specific reason for goto's exclusion in the Bourne shell?

I don't believe I ever used a shell goto, because I knew
how it worked--maybe even spinning a tape drive, not too
different from running a loop on the IBM CPC. There you
stood in front of the program "read head" (a card reader),
grabbed the "used" cards at the bottom and put them back
in the top feed. Voila, a program loop. The shell goto
differed in that it  returned to the beginning by running the
tape backward rather than going around a physically
looped path. And you didn't have to spin the tape by hand.

It also reminds me of George Stibitz's patent on the goto.
The idea there was to stop reading this tape and read
that one instead. The system library was a bank of
tape readers with programs at the ready on tape loops .
(This was in the late 1940s. I saw the machine but never
used it. I did have hands-on experience with CPCcards.)

Doug

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-12-16  4:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 16:02 [TUHS] sh and goto srbourne
2020-12-15 19:44 ` Ken Thompson
2020-12-15 23:27   ` George Michaelson
2020-12-16  4:30     ` Richard Salz
2020-12-16  4:41       ` George Michaelson
2020-12-16  4:01 M Douglas McIlroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).