#python #sicp
Modular components that have
sequences as both inputs and outputs can be mixed and matched to perform data
processing. Complex components can be defined by chaining together a pipeline
of sequence processing operations, each of which is simple and focused.
If you want to change selection, open document below and click on "Move attachment"
2.3 Sequencesmong programmers that
indicates the name will not appear in any future expressions.
2.3.3 Sequence Processing
Sequences are such a common form of compound data that whole programs are often
organized around this single abstraction. <span>Modular components that have
sequences as both inputs and outputs can be mixed and matched to perform data
processing. Complex components can be defined by chaining together a pipeline
of sequence processing operations, each of which is simple and focused.
List Comprehensions. Many sequence processing operations can be expressed
by evaluating a fixed expression for each element in a sequence and collecting
the resulting values in a res Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details