<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
That worked!<br>
<br>
Thanks.<br>
<br>
Matthew Flatt wrote:<br>
<blockquote type="cite"
 cite="mid200211011534.gA1FYUH15468@wrath.cs.utah.edu">
  <pre wrap="">  For list-related administrative tasks:
  <a class="moz-txt-link-freetext" href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a>

At Fri, 01 Nov 2002 10:28:47 -0500, Chad Pettit wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I am trying to run some code examples out of th "Essentials of 
Programming Languages" book and can't get anything to work. 
 Specifically, I am trying to run 3-5.scm.

I added the line (load "pltscheme-init.scm") to the top of the 3-5.scm 
file, but am now getting an "reference to undefined identifier: 
require-library" error.

What am I doing wrong?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
If you're using DrScheme version 200 or later, forget about
"pltscheme-init.scm". Instead, choose the language called "Essentials
of Programming Languages". (The "Choose Language" menu item is in the
"Language" menu.)

Depending on your version of the book code, you might have to move a
`define-datatype' declaration before its use in `cases'.

Matthew

  </pre>
</blockquote>
</body>
</html>