Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:C, "restrictive"? (Score 1) 844

My thoughts exactly. ints can be chars, you can do pointer arithmetic, you can rotate and mask bits, drop to machine language, etc. And yes, it takes discipline to keep things neat and orderly.

Python can be a bit more restrictive than C in that space matters. But you don't need to declare specific types.

Oh well, the article was all in fun anyway.

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...