From 006a401709169263074ae70d49041de4e715b63b Mon Sep 17 00:00:00 2001 From: David Ashby Date: Fri, 5 Jun 2020 15:41:47 -0400 Subject: [PATCH] organize --- go-concurrency.slide | 6 +++--- .../a-concurrent-window-system-excerpt.png | Bin .../a-concurrent-window-system.png | Bin .../communicating-sequential-processes-hoare.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename a-concurrent-window-system-excerpt.png => quotes/a-concurrent-window-system-excerpt.png (100%) rename a-concurrent-window-system.png => quotes/a-concurrent-window-system.png (100%) rename communicating-sequential-processes-hoare.png => quotes/communicating-sequential-processes-hoare.png (100%) diff --git a/go-concurrency.slide b/go-concurrency.slide index e88e023..9f334ca 100644 --- a/go-concurrency.slide +++ b/go-concurrency.slide @@ -25,7 +25,7 @@ https://deltamualpha.org/ .link https://www.cs.cmu.edu/~crary/819-f09/Hoare78.pdf C. A. R. Hoare - Communicating Sequential Processes - Communications of the ACM, 21(8):666-677, 1978 -.image communicating-sequential-processes-hoare.png _ 800 +.image quotes/communicating-sequential-processes-hoare.png _ 800 : With that citation, I started following a rabbit hole of lookups and citations that I ended up finding very interesting, so let's go exploring for a few minutes, shall we? @@ -75,13 +75,13 @@ https://deltamualpha.org/ .link https://swtch.com/~rsc/thread/cws.pdf A Concurrent Window System -.image a-concurrent-window-system.png _ 800 +.image quotes/a-concurrent-window-system.png _ 800 : Curiously, the first forays into this that I have documentation of are centered on _graphical user interfaces_ -- Squeak and Newsqueak are named as such because they interact with the mouse. I say "curiously" because Go has no GUI components in its standard library, and is definitely not put forward as a language that's _designed_ for GUI use. * CSP in Newsqueak -.image a-concurrent-window-system-excerpt.png _ 800 +.image quotes/a-concurrent-window-system-excerpt.png _ 800 * CSP in go diff --git a/a-concurrent-window-system-excerpt.png b/quotes/a-concurrent-window-system-excerpt.png similarity index 100% rename from a-concurrent-window-system-excerpt.png rename to quotes/a-concurrent-window-system-excerpt.png diff --git a/a-concurrent-window-system.png b/quotes/a-concurrent-window-system.png similarity index 100% rename from a-concurrent-window-system.png rename to quotes/a-concurrent-window-system.png diff --git a/communicating-sequential-processes-hoare.png b/quotes/communicating-sequential-processes-hoare.png similarity index 100% rename from communicating-sequential-processes-hoare.png rename to quotes/communicating-sequential-processes-hoare.png