The future of programming, or what lies in the future in programming?
Posted
by prosseek
on Stack Overflow
See other posts from Stack Overflow
or by prosseek
Published on 2010-03-11T18:37:00Z
Indexed on
2010/03/11
18:39 UTC
Read the original article
Hit count: 317
I remember that a article that Microsoft uses formal verification to debug the Device Driver, and I also remember that Functional Programming removes much of the bug as it ensures stateless programming. And we all know about the multi-core.
I beleive all of them are future direction of programming or programming language.
- Multi-core programming or parallel programming
- Software Formal Verification
- Functional Programming (as a mainstream?)
What do you think? What will be the future of programming?
© Stack Overflow or respective owner