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.

Ask HN: What will programming look like in 2020?

8 pointsby acesubidoover 12 years ago
There's a discussion at lambda-the-ultimate.org about how software development would feel and look like in 2020? I found the discussions very interesting.<p>Any thoughts?

9 comments

jacques_chesterover 12 years ago
In the web programming world, we will still be trying to shoe horn fully-dessed circa-mid-90s client-server applications into documents-with-scripts-and-sockets. It will be necessary to know at least 17 languages to develop a modern HTML6 application.<p>Developers who are today children in primary school will be writing 70-character denunciations of node.js, which will be to be as old-fashioned as Ruby on Rails. This link-baiting intellectual dandruff, masquerading as deep thought, will constitute 100% of the HN front page.<p>Companies that sprung up to simplify Amazon Web Services will themselves become sufficiently complex that a new ecosystem of simplifier-simplifiers will spring up. You will be able to write code that runs at any one of the two dozen layers over cloud providers who layer over two hundred IaaS providers without modification. That's what the sticker will say, anyhow.<p>Github will have even more completely supplanted sourceforge. Good riddance.<p>99% of programming will be done in languages which are direct, legal descendants of the languages in which 99% of programming is done today.
beagle3over 12 years ago
C# 8 will adopt features that CommonLisp had in 1985, but not yet those that APL had in 1965. And C# programmers will rejoice in how revolutionary that is.<p>Java will adopt features that C# adopted in 2013. And the Java people will explain that it takes time to get it right, and you shouldn't rush to do anything.<p>Microsoft will EOL PlatinumDusk, which was the end-all-be-all replacement for GoldenDawn (which itself was the end-all-be-all replacement for SilverLight). This is accompanied by WDE (Widnows Display Elements), which replaces WZR which replaced WPF.<p>And it will be the year of Linux on the Desktop. (Though, desktops will only account for 10% of web users or "webable device" sales).
mchannonover 12 years ago
I think programming in 2020 (a mere 7 years hence) will look jaw-droppingly similar to what it looks like now. It doesn't even look all that different (to me) from what it looked like in the 90's (20 years ago).<p>7 years ago (2006), what was different? What new techs have come out in that span?<p>Ruby on Rails had already been out for 18 months, though it hadn't gained its current level of adoption.<p>Github hadn't been launched until 2008 but the first Git had.<p>These differences suggest that whatever new technologies will be becoming mainstream have already launched. I submit that if you traveled forward in time 7 years you would not only be able to pick up programming in the media of the time without any review but you'd be hard-pressed to find what had changed.
评论 #4932644 未加载
lsiebertover 12 years ago
Bigger screens, and possibly augmented/virtual reality will allow looking at larger parts of code. Code will be more modular. Unit testing will be built directly into languages as an intrinsic part, like compiler optimization or GC. Code will generate to a larger extent (think intelisense or code completion, but with better understandings of what you are trying to do.) Also code will self optimize to a larger extent.<p>touch screens, voice to text, and input methods similar to the Kinect will be used, but not the extent that people expect. Keyboards will still have a big place. Voice is too ambiguous and slow for much of programming, and touch screens and kinect style interactions require you to move too much. However, expect that touch pads will be more popular, and that they will have screens in them.<p>simple user facing programming languages for different interfaces will be omnipresent, and their lack of unification problematic. Many things will be programmable, and user programmable, and while unification efforts for commonality in how you program your fridge/toaster/tv will exist, they will not be enough to keep things from fragmenting. Voice interaction to program things will not progress as much as they could given the capabilities of voice recognition, simply because of a lack of well formatted connections between devices.<p>More documentation will be automatically generated by expert systems.<p>Saving power will be a bigger focus for programs, especially in enterprise. In moble Batteries will still not last as long as you want, though e-ink and better chips will help. concurrency and networking will be very important, with the rise of always on connectivity, and the limits of moore's law.<p>That's my best guess.
salboaieover 12 years ago
On the server side I'm hardly believe that a SOA like architecture will be largely used. I'm biased because I'm the author of an ESB like systems for working with services even simpler: <a href="https://github.com/salboaie/SwarmESB" rel="nofollow">https://github.com/salboaie/SwarmESB</a>.<p>The core concept for SwarmESB I call "swarming" that is a method to compose API's in a distributed system. Swarming can be for SOA's orchestration what REST is for SOAP. Introduction: <a href="http://www.slideshare.net/salboaie/swarms-introduction" rel="nofollow">http://www.slideshare.net/salboaie/swarms-introduction</a>
salimawadover 12 years ago
That would be interesting to discuss. As we can see we have many Programming Language now and more on the rise, all with a target of making scripting more human friendly and automating most of the functionalities to minimize dev time. I see more of this automation in the future where you can create complex application with just couple of clicks away (I believe we can see many of such now). What do you think?
BrianPetroover 12 years ago
I imagine 2020 to have a boom similar to the one in mobile, but with augmented reality apps.
jtchangover 12 years ago
I think my email box will still be in a pain in the ass come 2020.
kombinatoricsover 12 years ago
Hopefully, we will all be developing on/for quantum computers.