|
|
|
|
|
by samth
392 days ago
|
|
The big difference between SBCL and Racket today is support for parallelism, and that's about decisions made by both projects a very long time ago. Racket has incrementally added significantly more parallelism over the years, but supporting lightweight parallel tasks that do IO (as in a web server) is still not something Racket's great at. (Source: I'm one of Racket's core developers.) |
|