On Sun, Sep 01, 2019 at 12:49:10PM -0400, Jon Zeppieri wrote: > On Sat, Aug 31, 2019 at 12:32 AM William J. Bowman > <[email protected]> wrote: > > > > Do syntax-properties use immutable hash tables? If so, turnstile languages > > might be a good source of benchmarks. > > > > Yep: > https://github.com/racket/racket/blob/master/racket/src/expander/syntax/property.rkt > > Thanks William, I'll take a look. Happy to help. You can use my language, Cur, which I've been porting to Turnstile. The new version is in an unstable branch, but the test suite should exercise syntax-properties bunch. To install and run the test suite:
> raco pkg install > https://github.com/stchang/macrotypes.git?path=macrotypes-lib#cur > raco pkg install > https://github.com/stchang/macrotypes.git?path=turnstile-lib#cur > raco pkg install > https://github.com/wilbowma/cur.git?path=cur-lib#turnstile-core > raco pkg install > https://github.com/wilbowma/cur.git?path=cur-test#turnstile-core > raco test -p cur-test -- William J. Bowman -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/20190901224645.GS84854%40williamjbowman.com.
