Hacker News new | ask | show | jobs
by dang 3091 days ago
Arc is implemented in Racket and uses its green threads, which don't do multiprocessing.
1 comments

The standard Racket threads do run on a single core. Racket (not Arc) does however support two forms of parallelism, namely futures and places.

http://docs.racket-lang.org/guide/parallelism.html