Does anyone here have a single example of a performance problem caused by using a 'dynamic' language rather than a 'static' language? The only performance problems I've ever encountered 'in the wild' have been down to things like database access, I/O, bad sorting algorithms, string concatenation, etc.
Solving this problem is the main goal of the Cobra language:<p><a href="http://cobra-language.com/docs/why/" rel="nofollow">http://cobra-language.com/docs/why/</a><p>I'll be curious to see if it succeeds.