The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: Rich Morin <rdm@cfcl.com>
To: The Unix Heritage Society mailing list <tuhs@minnie.tuhs.org>
Subject: Re: [TUHS] BWK talk on early Unix Friday 14 January 2022
Date: Mon, 17 Jan 2022 16:52:58 -0800	[thread overview]
Message-ID: <4DACF634-04FF-4AEB-9894-070CA2B49F0A@cfcl.com> (raw)
In-Reply-To: <CMM.0.96.0.1642455441.beebe@gamma.math.utah.edu>

> On Jan 17, 2022, at 13:37, Nelson H. F. Beebe <beebe@math.utah.edu> wrote:
> 
> I've just watched an interesting presentation given last Friday via
> video link to the Linux Conference in Australia:
> 
> 	Brian Kernighan
> 	The early days of Unix at Bell Labs
> 	https://www.youtube.com/watch?v=ECCr_KFl41E

I just watched the entire thing; great fun!  I particularly liked the part about pipes and was reminded of dmr's comment:

> ... The idea, explained one afternoon on a blackboard, intrigued us but failed to ignite any immediate action. There were several objections to the idea as put: the infix notation seemed too radical (we were too accustomed to typing ‘cp x y’ to copy x to y); and we were unable to see how to distinguish command parameters from the input or output files. Also, the one-input one-output model of command execution seemed too confining. What a failure of imagination! ...

-- https://www.read.seas.harvard.edu/~kohler/class/aosref/ritchie84evolution.pdf

The closing line seems quintessentially Dennis.


On a vaguely related note, I've really enjoyed using pipes in Elixir (borrowed from F#, AFAIK).  In their basic form, they carry only the complete output of the sending function.  However, there is a stream version which works with incomplete data.  Given the sparse nature of C's design, it isn't surprising that pipelines were omitted, but it rather surprises me not to see them in more of its successor languages.

-r




  reply	other threads:[~2022-01-18  0:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17 21:37 Nelson H. F. Beebe
2022-01-18  0:52 ` Rich Morin [this message]
2022-01-18  3:22 Douglas McIlroy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DACF634-04FF-4AEB-9894-070CA2B49F0A@cfcl.com \
    --to=rdm@cfcl.com \
    --cc=tuhs@minnie.tuhs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).