vote up 0 vote down star

If you had the Delorean from "Back to the Future" and went 100 years forward in time, which programming languages do you think you'll find still around? Why will the ones that you think will make it will make it?

Delorean

flag

+1 for the DeLorean picture. – Robert S. Jan 6 at 17:46

closed as subjective and argumentative by aku Oct 1 '08 at 4:26

21 Answers

vote up 7 vote down check

Paul Graham has written on this topic. As Forgotten Semicolon suggests, at the core there always will be machine language. As to what we compile from, well, I'd like to think that Natural Language will make things easier for amateur programmers. I wouldn't be surprised if LISP and C will still be around.

LISP because it embodies all the concepts very concisely.

C because it is in effect "Universal machine code".

link|flag
vote up 6 vote down

LISP without a doubt. It might be a teaching language only used to introduce people to symbolic processing, but it's elegance for expressing that is close to perfect.

For the same reason, some people might still learn assembly language -- if you want to learn about von Neumann architectures, why not?

Other than that, it's hugely unlikely that any languages we know today will be applicable to the non-von-Neumann architectures which will certainly be the standard in 2108. Even though we're talking about concurrency now, it's nothing compared to the fundamentally parallel architectures which are the only route forward. Never mind what techniques will be used to program quantum computers.

There's no way that in 100 years the mainstream development of software will be done by individuals typing lines of easily-parseable text into file-based compilation units that are then used to create the computational state from scratch.

link|flag
vote up 5 vote down

Fortran and COBOL are never gonna give you up. Never gonna let you down.

link|flag
1  
Never gonna run around and desert you. – __ Oct 1 '08 at 3:33
Never gonna make you cry, never gonna say goodbye – Mike F Oct 1 '08 at 3:35
1  
Please, for ${DIETY}'s sake, STOP!! – paxdiablo Oct 1 '08 at 3:35
@Pax Diablo: We're no strangers to love, you and I. – Cody Brocious Oct 1 '08 at 3:36
@Pax: You know the rules, and so do I. – Mike F Oct 1 '08 at 3:38
show 4 more comments
vote up 5 vote down

1010101010101010101010

link|flag
You got that right! – azamsharp Oct 1 '08 at 13:53
vote up 4 vote down

Unfortunately, Perl.

link|flag
vote up 4 vote down

In 100 years? None. Electronic computers will be a quaint relic of an earlier time. The basis of all important technology will be biological.

link|flag
vote up 3 vote down

100 Years? They all will be around, but they'll be locked away in some historical computer museum out in California. In 100 years, programming will be a monkeys job. Simply placing the building blocks in the desired position to receive your wanted output.

The programming language definition of today will probably be defined completely different by then.

link|flag
vote up 3 vote down

I don't think there will be a need for any computer languages in the future once The Humans Are Dead. (Please vote me up if you enjoyed that video, and vote me down if you found it weird and wrong like my wife did.)

link|flag
vote up 3 vote down

100 years is quite a long time (computers havn't really been around for 100 years yet, and look how many generations of languages and hardware there have been already), I doubt many languages will still be around in the same form as they are right now.

SMP's a good example of why I think this is, most languages these days don't have the best support for running concurrent code, I think enough that eventually there will be a push for languages that integrate it more into the language (erlang fex., but probably not erlang since it doesn't have the most conventional syntax/ideas on how to organize code). and there will probably be a few more changes in the next century to how hardware works that existing languages just won't fit in with.

link|flag
vote up 2 vote down

Python will be around.

link|flag
vote up 2 vote down

You know what I fear -- someone seeing a cached page of this and people making fun of it after a hundred years, on a modern reddit. :) No answer.

link|flag
vote up 2 vote down

Based on my personal experience where I work, Visual Basic 6 will still be in use a hundred years from now.

I am not happy about this fact.

link|flag
To this, I would add VB.Net :-) – torial Oct 1 '08 at 4:20
We'll still be trying to convert VB 6 to VB.NET. :) – bruceatk Oct 2 '08 at 16:32
vote up 2 vote down

SQL -- but there won't be so many Java programmers around to fundamentally misunderstand it.

link|flag
vote up 1 vote down

C, C++ and god forbid but Java will still be around as well.

(Obviously COBOL but that is surely a given)

link|flag
vote up 1 vote down

Lisp (at least some implementation of it)

link|flag
vote up 1 vote down

If I had to pick a language, I would pick C. C will never go anywhere, because it is the scripting language for the Von Neumann machine. In fact, a lot of compilers don't even compile to machine language, byte code or IL, but to C code which can then be compiled into the respective machine code. But there is a chance that this whole Von Neumann model can completely go away. To use an old stock market cliché, past performance is not always a predictor of future performance. And considering hat our industry isn't even 100 years old, predicting what will be around in 100 years is almost futile. Especially considering that Moore’s Law is dead, and the only way to get more power from existing computing is to use more cores. What we can learn is fundamentals. How does a computer work? How do languages work, and how do we find the best language for the job? What are functional programming principle's? What are object oriented principle's. These things will stay around until the end of time.

link|flag
vote up 1 vote down

I hope that in 100 years, computers understand natural language and there are no longer any programmers or programming languages. All programming languages suck, although some suck less than others for certain tasks. Although Star Trek is still 300 years away, I want to be Scotty when he came back to get the whales: "Hello computer!" and "Keyboard, how quaint!". Let's hope it's not like Tron or 2001 though. :)

link|flag
vote up 0 vote down

Machine language. :-)

link|flag
Wow. Truth hurts. – Forgotten Semicolon Oct 1 '08 at 3:31
Why would people downvote this? It's probably the only one that's right in some way. – Ed Swangren Oct 1 '08 at 3:32
x86 certainly will be anyway... – Mike F Oct 1 '08 at 3:32
Because "machine language" is like asking the question "What language will we be speaking in 100 years?" and getting "Spoken language!" back. – Cody Brocious Oct 1 '08 at 3:33
It's a silly question, expect silly answers and up/down votes. :-) – Forgotten Semicolon Oct 1 '08 at 3:33
show 1 more comment
vote up 0 vote down

Haskell will be around.

link|flag
vote up 0 vote down

Surely all of the main/more popular ones now will be "around". C, C++, Java, (some form of) Actionscript, Lisp, (some version of) .Net, C#, Javascript.

Just maybe not in high use or for the latest and greatest software. People still play around with old languages just for fun/hell/novelty/education/whatever.

Unless we get some radical new Quantum computers and they start taking over the world.

link|flag
vote up 0 vote down

Perhaps language, as we know it, will not be required. I am not sure whether computers will be around, well at least computers as we know them today. Perhaps, automated programming in 3d of nano-bio-chemicals, and larger sized shape-shifting. The line between hardware and software may go away. Perhaps, future forms of programming will become illegal because of the risks. Perhaps by that time most high technologies will have failed, and low tech and no tech will become more practical. Perhaps, nothing special will happen. I don't know.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.