Fundamentals of CS I (CS151 2002F)
Primary:
[Skip To Body]
[Front Door]
[Current]
[Glance]
[Honesty]
[Instructions]
[Links]
[Search]
[Syllabus]
Groupings:
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
ECA:
[About]
[Grades]
[Quizzes]
[Submit Work]
[Change Password]
[Reset Password]
Miscellaenous:
[Scheme Reference]
[CS151 2002F Gum]
[CS151 2001S]
[SamR]
[Glimmer Labs]
[schemers.org]
Back to Merge Sort. On to Object Basics.
Held Tuesday, December 3, 2002
Summary
Today we consider how to build records in Scheme. Records group data and permit access to those data by name.
Related Pages
compound.ss, the
sample code for the lab.
Assignments
Notes
Overview
entry.
(define produce-type-mark
(let ((type-mark (list 'compound)))
(lambda () type-mark)))
let creates a new symbol table with one
entry whose name is type-mark and whose value
is (compound).
lambda gets that value.
compound will be
equal? to the type mark, but not
eq?.
Thursday, 29 August 2002 [Samuel A. Rebelsky]
Tuesday, 2 December 2002 [Samuel A. Rebelsky]
Back to Merge Sort. On to Object Basics.
Primary:
[Skip To Body]
[Front Door]
[Current]
[Glance]
[Honesty]
[Instructions]
[Links]
[Search]
[Syllabus]
Groupings:
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
ECA:
[About]
[Grades]
[Quizzes]
[Submit Work]
[Change Password]
[Reset Password]
Miscellaenous:
[Scheme Reference]
[CS151 2002F Gum]
[CS151 2001S]
[SamR]
[Glimmer Labs]
[schemers.org]
Disclaimer:
I usually create these pages on the fly
, which means that I rarely
proofread them and they may contain bad grammar and incorrect details.
It also means that I tend to update them regularly (see the history for
more details). Feel free to contact me with any suggestions for changes.
This document was generated by
Siteweaver on Tue Dec 3 09:44:58 2002.
The source to the document was last modified on Tue Dec 3 09:35:54 2002.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS151/2002F/Outlines/outline.50.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby