<br><font size=2 face="sans-serif">Hello,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; I keep reading about how dynamic redefinition of functions (which I understand</font>
<br><font size=2 face="sans-serif">is often mischaracterized as &quot;incremental compilation&quot;) is a big benefit of lisp and scheme,</font>
<br><font size=2 face="sans-serif">increases productivity,etc, but I cannot find any examples or how-to documents anywhere.</font>
<br><font size=2 face="sans-serif">I am trying to find out how to do this in PLT.</font>
<br>
<br><font size=2 face="sans-serif">I need to interact via keyboard/mouse with my running program in a window and still be able to redefine a function and have it take</font>
<br><font size=2 face="sans-serif">effect as soon as I hit &quot;enter&quot; in DrScheme. Can this be done (easily)? </font>
<br><font size=2 face="sans-serif">Do I have to have a thread for my &quot;main&quot; program and another for a REPL?</font>
<br>
<br>