At Wed, 24 Oct 2018 08:09:09 -0400, Christopher Lemmer Webber wrote: > > Meanwhile, if you're game to try RacketCS, I'd be interested to hear > > whether it behaves any differently. RacketCS has a more reliable > > implementation of delimited continuations. > > Oh interesting. I am interested in trying it, if I can get the > time... are there instructions for building it somewhere?
Roughly, clone the Racket GitHub repo and `make cs`. If you're on Windows with the MSVC tools set up for command-line use, run `nmake win32-cs` instead. See "INSTALL.txt" for more information. If you happen to be on Mac OS, then there's a Minimal Racket build here: https://www.cs.utah.edu/plt/snapshots/ For now, look for "64-bit Intel CS"; the organization of the snapshot page will likely change in the near future. Also, a Linux build will hopefully appear in the next day or two (but it failed today because the system clock is out-of-sync in the build VM). -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

