TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Where are the fast dynamic languages?

16 pointsby polarabout 17 years ago

6 comments

ardit33about 17 years ago
Lua? It is very simple language. Unfortunately, there is a performance penalty with dynamic langues, which wont go away.
评论 #154568 未加载
评论 #154522 未加载
baha_manabout 17 years ago
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.
评论 #154561 未加载
评论 #154379 未加载
评论 #154399 未加载
评论 #154447 未加载
piusabout 17 years ago
Here, for starters:<p><a href="http://www.strongtalk.org/" rel="nofollow">http://www.strongtalk.org/</a> <a href="http://rubini.us/" rel="nofollow">http://rubini.us/</a> <a href="http://www.cons.org/cmucl/" rel="nofollow">http://www.cons.org/cmucl/</a>
mhartlabout 17 years ago
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.
评论 #154483 未加载
vegaiabout 17 years ago
<a href="http://www.factorcode.org" rel="nofollow">http://www.factorcode.org</a>
hugovabout 17 years ago
Objective-C?