[plt-scheme] Repl during animation or simulation

From: Greg Santucci (thecodewitch at gmail.com)
Date: Wed Jun 3 22:08:17 EDT 2009

On Thu, Jun 4, 2009 at 12:51 PM, Ryan Culpepper <ryanc at ccs.neu.edu> wrote:

>
> The alternative is to create a separate thread for your program's
> execution. While it's running in the other thread, you can execute commands
> in the REPL that change its behavior. PLT Scheme has many options for
> managing concurrency and communication, from semaphores to channels
> (synchronous and asynchronous) and synchronizable events.
>
>
That's good to hear. How do you launch your app in a separate thread from
the REPL? Is there an example of what you're describing?

Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090604/143661a9/attachment.html>

Posted on the users mailing list.