Programming Languages (CS302 2006S)
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[Instructions]
[Links]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[SamR]
[CSC302 1999S]
Back to Hoare's Examples. On to McCarthy's LISP.
Held: Friday, February 3, 2006
Summary: Today we explore some of the reasons that functional programming is a particularly powerful paradigm.
Related Pages:
Revenge of the Nerds.
Assignments
cons, car, cdr,
nil, null? eval, cond, quote, atom?, eq?. For a C, use Scheme as your implementation language (that is, you need not implement these basic operations). For a B, use Java or C (that is, you'll need to implement the basic operations first). For an A, add input and output. Due next Friday.Notes:
Overview:
A notation for code using trees of symbols and constants.
The whole language there all the time.
eval.map
section
compose
Back to Hoare's Examples. On to McCarthy's LISP.
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[Instructions]
[Links]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[SamR]
[CSC302 1999S]
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 Wed May 10 09:02:45 2006.
The source to the document was last modified on Thu Jan 12 09:00:37 2006.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS302/2006S/Outlines/outline.06.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby