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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What new back end tool/framework/language should I learn next?

5 点作者 senda将近 3 年前
And why?

6 条评论

PaulHoule将近 3 年前
This question cannot be answered unless you tell us what you already know.<p>Also &quot;which language should I learn?&quot; is probably the least useful but most repeated question in tech.<p>It&#x27;s not useful because the basic axiom of Computer Science goes back to Alan Turing which is &quot;to first order all programming languages are the same&quot; Sure you write<p><pre><code> len(s) </code></pre> to get the length of a string in Python and<p><pre><code> s.length() </code></pre> to get the length of a string in Java, but most of the differences that turn up are superficial.<p>Now if you could tell us what kind of projects you want to do, what you find limiting about the tools you use already we can help you, otherwise you&#x27;re going to get people arguing over the narcissism of small differences.
ivanjermakov将近 3 年前
Rust - for it&#x27;s genius memory management solution (using reference borrowing mechanism) and combining low level performance with high level zero-cost abstractions.<p>Haskell - for purely functional programming approach.
vanjajaja1将近 3 年前
<a href="https:&#x2F;&#x2F;www.unison-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.unison-lang.org&#x2F;</a><p>May as well hop on to something with novel ideas &amp; a new community.
majora2007将近 3 年前
ASP.NET&#x2F;C#. Why? Performant, straightforward, quick to build scalable, cross platform apps.<p>I learned it 2 years ago and now absolutely love it (.net 5+, old stuff isn&#x27;t as fun).
websap将近 3 年前
Golang and Kubernetes. Learn to build Kubenernetes native applications and services. This is a valuable skill to have.
aristofun将近 3 年前
Ruby, typescript