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 function flip changes the order of it's parameters. | flip.scm | Slide context | Text book context | - |
An alternative formulation of flip without use of the sugared define syntax. | flip-alternative.scm | Slide context | Text book context | - |
The function negate negates a predicate. | general.scm | Slide context | Text book context | - |
The function compose composes two functions which both are assumed to take a single argument. | compose.scm | Slide context | Text book context | - |
A linear list search function. | find-in-list.scm | Slide context | Text book context | - |
A sample interaction using find-in-list. | find-in-list-session | Slide context | Text book context | - |
A simple version of the make-selector-function function. | make-selector-function.scm | Slide context | Text book context | - |
Example usages of the function make-selector-function. | make-selector-function-session | Slide context | Text book context | - |
An implementation of map. | mymap.scm | Slide context | Text book context | - |
An implementation of filter which is memory efficient. | filter.scm | Slide context | Text book context | - |
The function reduce-right. | reduction.scm | Slide context | Text book context | - |
The function zip. | zipping.scm | Slide context | Text book context | - |
Generation of curried and uncurried functions in Scheme. | currying.scm | Slide context | Text book context | - |
The function curry-generalized. | interesting-stuff.scm | Slide context | Text book context | - |
The two higher-order functions for the HTML mirror generation. | taggen-1.scm | Slide context | Text book context | - |
Functions that generate single and double tags. | taggen-2.scm | Slide context | Text book context | - |
Functions that generate individual single and double tags. | taggen-3.scm | Slide context | Text book context | - |
Functions for attribute linearization. | taggen-4.scm | Slide context | Text book context | - |
All functions from above in a single file. | all-mirror.scm | Slide context | Text book context | - |
The function simple-html-table. | simple-html-table.scm | Slide context | Text book context | - |
A hypothetical manual page clause. | manual-page-clause.scm | Slide context | Text book context | - |
The functions generate-leq and the helping function list-index . | generate-leq.scm | Slide context | Text book context | - |
An application of generate-leq which sorts the manual clauses. | generate-leq-application.scm | Slide context | Text book context | - |
Generated: Tuesday July 2, 2013, 09:15:28