[racket] Compiling a program with places

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Thu Oct 13 08:28:17 EDT 2011

On Thu, Oct 13, 2011 at 8:14 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
>
> Another possibility is to use the `place' form instead of
> `dynamic-place'. The new Guide section (which I see is not linked as it
> should be from the Reference section) provides an example using
> `place':

A couple more examples using the `place' form:
 - https://github.com/plt/racket/blob/master/collects/tests/racket/benchmarks/shootout/binarytrees-places.rkt
 - https://github.com/plt/racket/blob/master/collects/tests/racket/benchmarks/shootout/regexpdna-places.rkt
-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.