YOW! 2012: Kevlin Henney - Cool Code, Modern Programming, Big Problems in Computing
- Posted: Dec 20, 2012 at 2:09 PM
- 21,255 Views
- 5 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Kevlin Henney is an independent consultant and trainer based in the UK. His development interests are in patterns, programming, practice and process. He has been a columnist for various magazines and web sites, including Better Software, The Register, Application Development Advisor, Java Report and the C/C++ Users Journal.
Here, we discuss a wide range of topics including modern programming trends, big problems in computing, cool code, modern developers, and more. It's excellent to get Kevlin's seasoned perspectives on several topics. Tune in!
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
80% of videos start with already.
*"alright"
@dupa: Yep. Signifies that we're rolling...
Alright,
C
In long run the future belongs to higher order and more abstract languages.
Let us consider the problem of solving the equation ax^2+bx+c=0.
We can write that program in many different form (depending on the programming language).
However, the mathematical content is exactly the same.
Maybe in the future the code optimization will allow to find the optimal representation of given problem, which is not dependent on the programming language (in theory we can do this at the machine code level).
At present such tools don't exist. Because of that in order to get more optimal code it is necessary to use lower level programming languages. However, if the code optimization process will be good enough, then the choice of programming language will be irrelevant.
End users do not care about the programming language.
The software is distributed usually as a machine code.
The real question is ... who is better in code optimization ... developers or code optimization tools.
So far developers are better (because of that we still need lower level programming languages). However, I am not so sure about that in the future.
Development process is much faster in more abstract programing languages.
Well ... but today ... we still need to say that the most important are developers, developers, developers, ... and lower level programing languages.
There's some people at MIT that appear to think that the abstractions will break down and we need to program in something like RALA http://rala.cba.mit.edu/ for optimal performance on future hardware - but let's hope not.
Remove this comment
Remove this thread
close