Supplements
-
"How to Read an Engineering Research Paper" by UCSD Prof. Griswold
- A student in the class suggested the following
"In the book Design Patterns - Elements of Reusable Object-Oriented
Software by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides
there is a good explanation of the iterator concept."
- A student asked for my solution to the ML prime exercise from the
book. Here a nice recursive solution
and a non-recursive solution. The
recursive solution is shorter and the non-recursive solution demonstrates some
other standard functional programming idioms. In earlier versions of ML
the infix operators all had prefix equivalents as standard functions and
fromto was a standard function. They may still be but I can't locate them in
the standard Basis.
- The slides on Java threads can be found
here.
This page maintained by Charlie McDowell.
Email regarding this site.