<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    When I run the code below in drracket, the code seems to run
    indefinitely.<br>
    When I hit the stop button the (place-channel-get p) sexp is
    highlighted in pink.<br>
    <br>
    Kevin<br>
    On 08/30/2011 08:54 AM, David Mitchell wrote:
    <blockquote
cite="mid:CAJMhdhPSqtgQO-TuNQ_CF36_Vp=T15xM3cQMUGqOZvoEYffgXQ@mail.gmail.com"
      type="cite">
      <blockquote class="webkit-indent-blockquote" style="margin: 0 0 0
        40px; border: none; padding: 0px;">
        <div>
          <div>
            <div>#lang racket</div>
            <div><br>
            </div>
            <div>(define (super-simple)</div>
            <div>&nbsp; (define p</div>
            <div>&nbsp; &nbsp; (place ch</div>
            <div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(place-channel-put ch 5)))</div>
            <div>&nbsp; (place-channel-get p))</div>
          </div>
        </div>
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>