[plt-scheme] PLT libraries with Gambit
Joel Reymont <joelr at well.com> writes at 00:32 05-Dec-2004 +0000:
> Is it possible to use the mzscheme collections with Gambit?
You could write most of your logic in R5RS.
> I'm not sure if I should embed the mzscheme interpreter or should
> go with Gambit or Chicken. I'm somewhat wary of the mzscheme garbage
> collector in a long running server.
The only way to know is to benchmark it with simulated traffic.
I'd generally run such simulations before I decided on drastic measures
like packing binary representations of poker moves into UDP.