<br><font size=2 face="sans-serif">Hello,</font>
<br><font size=2 face="sans-serif"> I keep reading about how dynamic redefinition of functions (which I understand</font>
<br><font size=2 face="sans-serif">is often mischaracterized as "incremental compilation") 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 "enter" in DrScheme. Can this be done (easily)? </font>
<br><font size=2 face="sans-serif">Do I have to have a thread for my "main" program and another for a REPL?</font>
<br>
<br>