1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<P>
<P>
<HTML>
<HEAD>
<TITLE>Simply Scheme: Introducing Computer Science, Part 26: Conclusion: Computer Science</TITLE>
</HEAD>
<BODY>
<CITE>Simply Scheme:</CITE>
<CITE>Introducing Computer Science</CITE> 2/e Copyright (C) 1999 MIT
<H2>Part VII</H2>
<H1>Conclusion: Computer Science</H1>
<TABLE width="100%"><TR><TD>
<IMG SRC="../simply.jpg" ALT="cover photo">
<TD><TABLE>
<TR><TD align="right"><CITE><A HREF="http://www.cs.berkeley.edu/~bh/">Brian
Harvey</A><BR>University of California, Berkeley</CITE>
<TR><TD align="right"><CITE><A HREF="http://ccrma.stanford.edu/~matt">Matthew
Wright</A><BR>University of California, Santa Barbara</CITE>
<TR><TD align="right"><BR>
<TR><TD align="right"><A HREF="../pdf/ssch26.pdf">Download PDF version</A>
<TR><TD align="right"><A HREF="../ss-toc2.html">Back to Table of Contents</A>
<TR><TD align="right"><A HREF="../ssch25/database.html"><STRONG>BACK</STRONG></A>
chapter thread <A HREF="preview.html"><STRONG>NEXT</STRONG></A>
<TR><TD align="right"><A HREF="http://mitpress.mit.edu/0262082810">MIT
Press web page for <CITE>Simply Scheme</CITE></A>
</TABLE></TABLE>
<HR><BIG>
<P>This is the end of the technical material in this book. We've
explored the big ideas of composition of functions, functions as data,
recursion, abstraction, and sequential programming. As a review, you might
enjoy rereading Chapter 1 to see how the formerly mysterious
examples now make sense.
<P>This book is intended both as a standalone programming course for people
whose main interest is in something else and as preparation for those who
intend to continue studying computer science. The final chapter is directed
mainly at the latter group, to tell them what to expect. We confess,
though, to the hope that some of the former may have enjoyed this experience
enough to be lured into further study. If you're in that category, you'll
be particularly interested in a preview of coming attractions.
<P>
</BIG>
<HR>
<P><A HREF="../ss-toc2.html">(back to Table of Contents)</A><P>
<A HREF="../ssch25/database.html"><STRONG>BACK</STRONG></A>
chapter thread <A HREF="preview.html"><STRONG>NEXT</STRONG></A>
<P>
<ADDRESS>
<A HREF="../index.html">Brian Harvey</A>,
<CODE>bh@cs.berkeley.edu</CODE>
</ADDRESS>
</BODY>
</HTML>
|