Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:missing option (Score 1) 105

As an example, if something happens once every thirty years, but you have only been alive for twenty-nine years, would you conclude that the even happens rarely or never?

Similarly, if you have never been to a trade show, does that mean you will never be able to go to a trade show?

Comment Re:Logically Logical Logic (Score 5, Informative) 510

Yes, that is correct. You should write your apps in Python.

Your libraries, you should write in Python first, because it is also a great prototyping language. If they work fine (which they will in most cases) you have saved yourself a bunch of time. If they are too slow, you have saved yourself a bunch of time by fixing algorithmic bugs in a flexible language like Python. It is now trivial to convert it to bug-free C or C++.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...