"Sure, the core of the language isn't very optimized, but you can easily use external libraries written in C when performance matters."
Name:
Anonymous2011-12-04 5:15
>>5 use external libraries written in C when performance matters.
In case of Scheme/Racket, that is a lie. Core language is optimized JIT, but calling C/C++ code is fucking slow!