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.

Revenge of the Lispers

3 pointsby jlaporteabout 11 years ago

1 comment

AnimalMuppetabout 11 years ago
I think that part of it may be that machines have grown more powerful. You used to compile code because you wanted that last 10% (or whatever) of performance out of your system. Now, the machine is powerful enough that you don&#x27;t care.<p>You especially don&#x27;t care if you&#x27;re creating a web service. You may have to buy another machine to handle the load. But that costs, what, $500? How much programming time is that worth? Less than a week for a cheap programmer; less than a day for an expensive one. If Lisp (or FP) gets you there faster, it may well be worth the runtime inefficiency.