TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Are there studies that compare development speed in different languages?

6 点作者 Major_Grooves超过 10 年前
Our startup is built in Java with the Tapestry framework (for historical reasons). We&#x27;re concerned that we&#x27;re not shipping features fast enough, but also that we are kind of at the maximum speed possible for a &quot;Java startup&quot;. We&#x27;ve done all we can to improve speed of everything a &quot;around&quot; development - e.g. product management - but we can&#x27;t seem to get any faster.<p>Every time we try something new, it feels like we have to build it from scratch, whereas if you were using Ruby or PhP, there would already be a dozen open-source versions we could use or adapt quite easily.<p>One extreme option is to re-write our entire app in a more nimble language and framework.<p>I just wondered if there are any studies that give an idea of the relative speed of development between different languages&#x2F;frameworks?<p>&#x2F;non technical CEO asking...

1 comment

eduardordm超过 10 年前
I got some java contracts in my consulting company, some of them are startups. If you are building a SPA you should check out JHipster, they have plenty of information on why they chose certain tools over others.<p>If you are building a normal, server-side rendered app Spring-boot+data+mvc and thymeleaf (or freemarker) are usually what small companies use for fast development. Investing into IntelliJ Idea is really helpful.<p>There is no need to rewrite. What exactly is taking long in the development? Maybe I can help with some tips (I&#x27;m SCEA&#x2F;SJCP&#x2F;etc)<p>Edit:<p>&gt; there would already be a dozen open-source versions we could use or adapt quite easily.<p>That never materializes into actual usable products.