|
|
|
|
|
by lloeki
865 days ago
|
|
> And it's sooooo much faster that python and Ruby. That advantage becomes vanishingly small when the language task is to glue together a bunch of spawn/fork/exec to external processes. If the glue code somehow needs actual heavy processing, that processing can be factored out into another program dedicated to that, leaving only glue code. Side effect: the heavy processing code immediately becomes composable! |
|