| |
Harvey Mudd College
Computer Science 60
Useful Links
Prolog
Java
JFLAP
- JFLAP
(download and documentation)
Racket/Scheme
- Setup
- The DrRacket website - download DrRacket from here; all
of the documentation and other support is available from this site, too.
- Older, scheme links:
- A step-by-step Scheme tutorial
- This website's tutorial
presents the functional core of Scheme (that we will use) very nicely. The only difference I'd
suggest is using first instead of the arcane car and rest instead of
cdr to extract portions of lists.
- Example code
- hw1.scm, a starting point for Hw1 with suggested example code and comments
- A sampler of Scheme Expressions and Function Definitions sampler.scm (by Prof. Keller)
- Tester code Load this into your program to create tests in plain source code.
(Using the
built-in test facility of Dr. Scheme is not recommended, as it will make your source file not readable as text.
- Formatting your code! An example of conscientious scheme style (facFormat.jpg)
- References
CS 60 languages we no longer use but are too sentimental to delete!
- rex, the "king" of languages!
Unix
Accessing knuth.cs.hmc.edu remotely
|