←back to thread

49 points melenaboija | 1 comments | | HN request time: 0.294s | source
1. worstspotgain ◴[] No.41854224[source]
Interesting read. However, its ultimate conclusion is just the long way of saying that if you use ultra-optimized libraries, and you call them at a rate much lower than their inner loop rate, then it doesn't matter which language you wrap them with.

This is the standard counter to "interpreted languages are slow" and is as old as interpreting itself.