Where are the fast dynamic languages?
martincmartin.com
Where are the fast dynamic languages?
1–10 of 21 posts
Re: Where are the fast dynamic languages?
#2http://www.strongtalk.org/ http://rubini.us/ http://www.cons.org/cmucl/
Re: Where are the fast dynamic languages?
#3Re: Where are the fast dynamic languages?
#4Re: Where are the fast dynamic languages?
#5Re: Where are the fast dynamic languages?
#6Does 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.
Eg. Games: A lot of games use something like Lua for scripting their UI, but for the hardcore game engine they use C or C++
Re: Where are the fast dynamic languages?
#7Does 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.
Re: Where are the fast dynamic languages?
#8http://cobra-language.com/docs/why/
I'll be curious to see if it succeeds.
Re: Where are the fast dynamic languages?
#9Does 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.
Re: Where are the fast dynamic languages?
#10Solving this problem is the main goal of the Cobra language: http://cobra-language.com/docs/why/ I'll be curious to see if it succeeds.