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

Source Programs
The Order of Evaluation

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').

A constant function with an actual parameter expression, the evaluation of which never terminates.infinite-ex.scmSlide contextText book context-
The necessary Scheme stuff to evaluate the expression.fib-fak.scmSlide contextText book context-
A principled implementation of delay and force in Scheme.delay-force-principle.scmSlide contextText book context-
Real implementations of delay.delay-force.scmSlide contextText book context-
Stream primitives.stream-primitives.scmSlide contextText book context-
An implementation of cons-stream in R5RS Scheme.stream.scmSlide contextText book context-
All Scheme stream stuff collected in one file.stream-stuff.scmSlide contextText book context-
The sieve stream function.sieve.scmSlide contextText book context-

Generated: Friday January 3, 2014, 09:34:07