Ask HN: When was the last really transformational idea in programming languages?
11–20 of 53 posts
Re: Ask HN: When was the last really transformational idea in programming languages?
#12The question reminds of the notion of processes and channels in Occam with constructs for parallelizing based on Tony Hoare's CSP theory.
Naturally you've got my vote.
Let me add a bit of history to reduce the 'me too' content: There was an interesting hardware development at the same time which was specifically tailored to these channels, the 'transputer' by INMOS.
The whole upshot of this idea was that processors and a bit of support structure would live on a small dimm like package that you could stick into a base platform to create a mini cluster on a card.
I think this idea was well ahead of its time and that eventually we'll see something very much like it as our future hardware architecture. After all the current trend towards clustering and miniaturization all point in that direction.
Re: Ask HN: When was the last really transformational idea in programming languages?
#13Most really fundamental ideas are only recognizable in hindsight, after people have built other ideas on top of them. If I remember the early/mid 80s correctly, the hot language was BASIC because it came with most microcomputers and would supposedly enable a new generation of hobbyist programmers. (Which it did, but they grew up to program in C++, Python, and JavaScript, not Basic.) There're a lot of really interesti…
Re: Ask HN: When was the last really transformational idea in programming languages?
#14When was any? I find these sorts of things crumble in your hands, because as soon as you pick a candidate you find yourself thinking "but that was just a variant of such-and-such earlier idea."
For a truly transformational step we need a new machine.
Re: Ask HN: When was the last really transformational idea in programming languages?
#15Two things that I'd probably call just features of OO languages, but seem significant: - Type-safe generic programming - Introspection
Re: Ask HN: When was the last really transformational idea in programming languages?
#16Category theory is another perhaps - it's from the 40's but it's application to programming is new - 80's perhaps?
Re: Ask HN: When was the last really transformational idea in programming languages?
#17Re: Ask HN: When was the last really transformational idea in programming languages?
#18Re: Ask HN: When was the last really transformational idea in programming languages?
#19The idea of the DOM?
Both mid 90's