[racket-users] Racket v6.5

2016-04-28 Thread Ryan Culpepper
Racket version 6.5 is now available from http://racket-lang.org/ - Typed Racket and the `racket/contract` library generate code with lower overhead, speeding up typed/untyped interaction in a number of gradual typing programs we studied. - Macros written using `syntax-parse`

Re: [racket-users] the right way to use `syntax-local-introduce`?

2016-04-28 Thread Matthew Butterick
On Apr 27, 2016, at 12:30 PM, Alex Knauth wrote: > > Well, it's not even that. This doesn't work: > (let () > (define-sli-foo) > (let () > (invoke-sli-foo))) Based on that, here's simpler example of why I find `syntax-local-introduce` confounding. It