[racket-users] Re: Looking for transducer early-adopters

2019-11-15 Thread Jack Firth
That's perfect! Thank you very much Alex. On Friday, November 15, 2019 at 5:15:10 AM UTC-8, Alex Harsanyi wrote: > > > I'm not sure if this would be useful to you, but, as part of writing my > tzgeolookup package, I wrote a blog post exploring the performance of > different ways in which the

[racket-users] symlink to raco changes its behavior?

2019-11-15 Thread 'John Clements' via users-redirect
I’ve been testing the release version of racket for a few weeks now, and I notice a strange difference between using the “raco” binary that’s part of the distribution and using a symlink to that binary. Specifically, calling raco setup always requires an explicit ‘-l’ when I use the symlink.

Re: [racket-users] Re: raco distribute and runtime paths, conditioned on whether a package was installed at compile time

2019-11-15 Thread James Platt
On Nov 12, 2019, at 10:13 PM, Matthew Flatt wrote: >> Although you can find the files using `find-share-dir` and/or >> `find-user-share-dir`, adding a 'share mode to `define-runtime-path` >> would make it possible for `raco distribute` to find and carry along a >> directory/file when it's

Re: [racket-users] Problem building racket in-place

2019-11-15 Thread 'Reuben Thomas' via Racket Users
On Thu, 14 Nov 2019 at 19:59, Reuben Thomas wrote: > On Thu, 14 Nov 2019 at 12:51, Matthew Flatt wrote: > >> At Wed, 13 Nov 2019 21:58:24 +, "'Reuben Thomas' via Racket Users" >> wrote: >> > While looking into implementing this, I discovered that >> `racket/src/start/ >> > configure.ac`,

[racket-users] Vulkan integration: Contributors Update

2019-11-15 Thread Sage Gerard
New update on the Vulkan collection: https://sagegerard.com/racket-vulkan-contributors-update.html High points: - A CLI is now available to control code generators and Vulkan specifications. You can now generate Racket bindings that don't need a code dependency on the collection, and can keep

[racket-users] Re: Looking for transducer early-adopters

2019-11-15 Thread Alex Harsanyi
I'm not sure if this would be useful to you, but, as part of writing my tzgeolookup package, I wrote a blog post exploring the performance of different ways in which the underlying data is organized. As a result of that, I have a repository with 10 variants of the same program using