首页 > English > Top 10 Movies for Programmers
2013
11-16

Top 10 Movies for Programmers

 

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.

programmer-movie-1

2. Loopers(2012)

Concept: Loop.

If life runs into an endless loop, how to break the loop?

programmer-moviej-2

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).

programmer-movie-3

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.

programmer-movie-4

5. Final Destination 1, 2, 3, 4, 5

Concept: if else jump

programmer-movie-5

6. Inception(2010)

Concept: Recursion.

programmer-movie-6

7. Cloud Atlas(2012)

Concept: Parallelism.

programmer-movie-7

8. Flatland 2: Sphereland (2012)

Concept: 2-dimension.

programmer-movie-8

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?

programmer-movie-9

10. Triangle (2009)

Concept: Dead loop.

programmer-movie-10

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).

 

最后编辑:
作者:dean
这个作者貌似有点懒,什么都没有留下。

留下一个回复

你的email不会被公开。