Lecture overview -- Keyboard shortcut: 'u'  Source programs in previous lecture -- Keyboard shortcut: 'p'    Course home

Source Programs
Evaluation Order and Infinite Lists

The Note Context in the rightmost column is only shown in case an annotated program exists. - You can navigate to the annotated program via the annotated slide view (= 'the note context').

The forms discussed.eval-order.scmSlide context--
Constant functions with problematic actual parameter expressions.evaluation-problems-0.scmSlide context--
A more concrete version of the infinite calculation from above.evaluation-problems-details.scmSlide context--
An example of a Scheme expression without a normal form.infinite-expression.scmSlide context--
Scheme expressions - some of which are in normal form.normal-not-normal-form-examples.scmSlide context--
The necessary Scheme stuff to evaluate the expression.fib-fak.scmSlide context--
A principled implementation of delay and force in Scheme.delay-force-principle.scmSlide context--
Real implementations of delay and force.delay-force.scmSlide context--
Stream primitives.stream-primitives.scmSlide context--
An implementation of cons-stream in R5RS Scheme.stream.scmSlide context--
All Scheme stream stuff collected in one file.stream-stuff.scmSlide context--
The sieve stream function.sieve.scmSlide context--

Generated: Friday August 13, 2021, 14:52:00