[racket] Is racket suitable for such a project?

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Wed Feb 19 05:40:45 EST 2014

2014-02-11 0:49 GMT+01:00 Yuhao Dong <ithisa at outlook.com>:
>  - Racket threads don't seem to be able to utilize multiple CPU cores.
> Is there an idiomatic way to, say, form a pool of places and push
> threads to them? I imagine sharing data is very messy?

You may want to take a look at
    https://air.mozilla.org/incremental-parallelization-of-dynamic-languages/
to get a feeling how you parallelization options are in Racket.

Also, take a look at MarketPlace:
    https://github.com/tonyg/marketplace

/Jens Axel

Posted on the users mailing list.