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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is the most powerful programming language and why?

5 点作者 sabbasb超过 9 年前

2 条评论

LeoSolaris超过 9 年前
Assembly or direct machine code. Everything has to eventually be converted into something the processor understands. Either that or any code run with root.<p>A little less flippantly: what you mean by &quot;powerful&quot; really does make a difference. Specialist languages, like R or Erlang, are more expressive in their fields. While other generalist languages like C&#x2F;C++, Java, or Python cover a broad spectrum of use cases. It really depends on what you&#x27;re doing, and what you&#x27;re comfortable programming in. Usually learning one of each of the basic forms of languages will give you a good understanding of what will fit with what you want to accomplish. The language is just a tool. Don&#x27;t get stuck thinking that a sledgehammer is better than a pair of needlenose pliers.
NEDM64超过 9 年前
Simple: hardware description languages like Verilog or VHDL.