Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LISP [part λ f x. f (f x)]

Name: Anonymous 2008-01-31 8:38

LISP

Name: Anonymous 2008-02-16 19:49

          ┌───────────────────────────────┐
          │            (or A B)           │
          │      ┌───┐                    │
input     │  ┌──►│ A │──────────────┐     │ output
stream of │  │   └───┘              ▼     │ stream of
frames    │  │     ▲            ┌───────┐ │ frames
──────────┼──●     │            │ merge ├─┼──────────►
          │  │     │            └───────┘ │
          │  │     │     ┌───┐      ▲     │
          │  └─────┼────►│ B │──────┘     │
          │        │     └───┘            │
          │        │       ▲              │
          │        │       │              │
          │        └───●───┘              │
          │            │                  │
          └────────────┼──────────────────┘  
                       │
                       │
                   data base


Figure 4.6:  The or combination of two queries is produced by operating on the stream of frames in parallel and merging the results.

Newer Posts