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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What software technologies will still be around 20 years from now?

14 点作者 billman将近 5 年前

26 条评论

sdevonoes将近 5 年前
That&#x27;s easy: Python, Java, C++, HTML, JavaScript, CSS, PHP, SQL, Postgres, MySQL,...<p>A better question would be: what software technologies will not be around 20 years from now? My bet: Babel, npm, Vue.js, React, Angular, Zend, most of the SaaS&#x2F;IaaS we know and use, Kubernetes, Visual Studio Code, ...
评论 #23992136 未加载
评论 #23989581 未加载
idoh将近 5 年前
Reminds me of the Lindy Effect, <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lindy_effect" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Lindy_effect</a>.<p>So, things that are old but still around are more likely to still be around: Unix, SQL, emacs &#x2F; vim, fan-favorites lisp and forth ...<p>Web &#x2F; CSS frameworks &#x2F; mobile frameworks are less likely to be around.
Foober223将近 5 年前
The linux kernel for sure. Servers and smart phones. It may not conquer the business desktop soon, but the desktop is a smaller piece of the pie every year.<p>Relational databases will be around forever. The nature of data does not change. Relational data will always be a good fit for an RDBMS.<p>I think skill in low level languages like C will have less market share in the job market, but always needed. It could be a lucky financial boon for people who have these skills, as they will be a rare commodity.
gregjor将近 5 年前
Software technologies from 20 and even 40 years ago run today, and programmers continue using them. Looking at history the most likely answer to your question is “All of them.”<p>Almost everything presented as something new in the software development field actually just retreads something from the past. Truly new ideas and techniques come along rarely.
robodale将近 5 年前
Wordpress. Downvote me, but you know it will be there 20 years from now.
评论 #23992068 未加载
评论 #23995458 未加载
rasikjain将近 5 年前
Most of the tools&#x2F;languages which are used heavily in enterprise world will continue to exist.<p>e.g<p>Java &#x2F; C#&#x2F; C++ &#x2F; JavaScript &#x2F; Python<p>Oracle &#x2F; SQL Server<p>Unix &#x2F; Linux &#x2F; Windows<p>SAP &#x2F; ERP Systems &#x2F; Mainframes &#x2F; Cobol<p>Apart from this, We will see lot of changes the way we do development. We will see lot of improvement in automation &#x2F; No Code &#x2F; RPA etc
stakkur将近 5 年前
Unix. Linux. Python. Emacs. Vim. Databases. SQL. Bash.<p>Now for the losers:<p>Web browsers will be gone. Windows will be gone. JavaScript will be either a painful legacy language or have been transformed into something entirely different. JS frameworks will be an anachronism that old programmers chuckle over while drinking beers.
评论 #23993201 未加载
评论 #23993779 未加载
评论 #23994645 未加载
semicolonandson将近 5 年前
This is the core question I&#x27;m focusing on in the learning curriculum of my screencasts <a href="https:&#x2F;&#x2F;www.semicolonandsons.com&#x2F;about" rel="nofollow">https:&#x2F;&#x2F;www.semicolonandsons.com&#x2F;about</a><p>I&#x27;m betting on<p>- unix-like systems<p>- SQL-like systems<p>- vim<p>- &quot;core&quot; aspects of programming languages (data types, algorithms, operator precedence, etc.)<p>- HTTP protocol<p>- program design<p>- security
frompdx将近 5 年前
All of these are just guesses.<p>Niche stuff:<p>- Lisp, in some form or another will continue to exist.<p>- Forth will continue to exist because it is possible for a single person to revive it.<p>Common stuff:<p>- vi&#x2F;vim will live on. I will stop typing if it doesn&#x27;t.<p>- JavaScript is probably here to stay.<p>- Java seems like a safe bet for longevity.<p>- Spreadsheets. Maybe not Excel, but spreadsheets will live on.
评论 #24005189 未加载
评论 #23993752 未加载
olmideso将近 5 年前
I think every technology that&#x27;s widely used today that requires some backward compatibility is here to stay for a long time. Things like API&#x2F;protocols are hard to move from.<p>As for new technologies I would expect them to appear and take the niches where current technologies are not good enough. Take C++ vs Rust for example: the former is quite bad in terms of security and the latter is good at that. So Rust will become more popular in writing security critical applications and web services. But C++ seems to be good enough for things like high performance&#x2F;scientific computing so it will be still widely used there.
larrykubin将近 5 年前
I started my career as a ColdFusion and Mainframe developer, and even those systems are still running today. Drupal was created 20 years ago, and I have worked on multiple Drupal codebases this year. I learned Django and Rails in 2005 or 2006 and both are still very relevant. So I would say there are too many to count.
AnimalMuppet将近 5 年前
Embedded systems, running either Linux or an embedded OS, programmed in C or C++ or Rust.
giantg2将近 5 年前
You can bet there will be some company or government system still running COBOL.
fasterpython将近 5 年前
Java, probably, considering the billions of devices that run it.
tomjen3将近 5 年前
Many of the software technologies that we have today is more than 20 years old: Java, C++, functional programming, automatic memory management etc are not going anywhere.
wilsonnb3将近 5 年前
IBM has maintained backwards compatibility with OS&#x2F;360 for like 50 years now so I think that is a pretty safe bet.
评论 #23989141 未加载
dave_sid将近 5 年前
Hopefully not Facebook and Twitter
modal-soul将近 5 年前
Emacs and some Vi-likes. Some people are very attached to their editors and their configs.
scott31将近 5 年前
Python 2<p>Which is a shame as many would have migrated to Python 3 if it was turing complete
Trias11将近 5 年前
Python.<p>It will start making it&#x27;s way deep into hardware
评论 #23994950 未加载
tboyd47将近 5 年前
HTML, CSS, and JS
kirankn将近 5 年前
I would say, functional programming for sure.
s1t5将近 5 年前
Not being facetious here, I&#x27;m genuinely asking - does it matter at all? What difference does it make if something will be used in 20 years?
评论 #23987956 未加载
talleyrand将近 5 年前
Vim.
zerr将近 5 年前
C++
physicsguy将近 5 年前
Fortran
评论 #23987516 未加载