Cool. If this is indeed the case it might be nice for someone (maybe me) to cut
it down, since any nontrivial place will of course require racket/place and
that is kind of a long time.
Nate
> On Nov 24, 2020, at 9:52 AM, Robby Findler wrote:
>
> DrRacket thinks that there are no references to
Thank you, Matthew.
The following code takes around 250ms on my machine. Any idea why? I was
expecting it to be fast since the module is based on racket/base.
#lang racket/base
(require syntax/location)
(require racket/place)
(module test racket/base
(provide place-main)
racket
(define (
2 matches
Mail list logo