Different areas sometimes share the same concepts. A lot of concepts in computer programming world have been used in movies. Some of them are just so cool, and they even help programmers to understand some programming concepts. The following are my list of top 10 movies and my understanding of programming concepts they use.
1. The Matrix(1999)
Concepts: online/offline, recursion, loop, matrix, etc.
This movie is revolutionary. The end of one civilization is the start of another. There are some movies that are similar like this one later.
2. Loopers(2012)
Concept: Loop.
If life runs into an endless loop, how to break the loop?
3. Tron: Legacy(2010)
Many computer scientists of a certain age would agree that this movie kind of lead them into computing(or War Games).
4. Next(2007)
Concept: Recursion.
This movie uses the concept of recursion, especially in the final searching part. It is a recursive search on a tree.
5. Final Destination 1, 2, 3, 4, 5
Concept: if else jump
6. Inception(2010)
Concept: Recursion.
7. Cloud Atlas(2012)
Concept: Parallelism.
8. Flatland 2: Sphereland (2012)
Concept: 2-dimension.
9. Source Code (2011)
Concept: Reentrancy.
I’m curious about where the source code is running. If the machine is powered off, then the other world will disappear?
10. Triangle (2009)
Concept: Dead loop.
The movies above are my favorites. There are surely others good movies for programmers. If you leave comments, I will combine them later here. It would be so great if you can mention the concept relevant to programming(e.g., recursion).
- 本文固定链接: http://www.web8899.com/2013/11/16/top-10-movies-for-programmers/
- 转载请注明: dean 于 迈向卓越-个人博客 发表