When I run the code below in drracket, the code seems to run indefinitely.When I hit the stop button the (place-channel-get p) sexp is highlighted in pink.
Kevin On 08/30/2011 08:54 AM, David Mitchell wrote:
#lang racket (define (super-simple) (define p (place ch (place-channel-put ch 5))) (place-channel-get p))
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users