Slashdot Mirror


User: chan518

chan518's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. What????? The rovers are still working???? on Spirit and Opportunity Are Back Online · · Score: 1, Funny

    Cher or the rovers, which will die first?

  2. python runtime on Learning Python, 2nd Edition · · Score: 4, Insightful

    One drawback sometime cited is its relatively slow execution speed compared to compiled languages such as C. this is the tradeoff between interpretation languages (python) and compiled languages (c, java). you get flexiablity in your code but you lose some speed in runtime. Well, most people use python to write scripts that are smaller than what they would write in C++ or java. you are not going to write half life 2 in python, right?...