Forgot your password?

typodupeerror

Comment: Re:Point being? (Score 1) 312

by yanyan (#37512008) Attached to: A Few Million Virtual Monkeys Randomly Recreate Shakespeare

Yeah, it isn't completely random random, because of all the filtering done to ensure the randomly-generated words are part of the original text. Sure the words are generated randomly, but reducing them and checking for membership, and then checking to see if they're in the source kinda ruins the whole point.

Comment: i started with pascal (Score 1) 624

by yanyan (#37306134) Attached to: What Is the Most Influential Programming Book?

I started with Pascal, so the most influential book for me is Walter Savitch's "Turbo Pascal: An Introduction to the Art and Science of Programming."

It's the best book on learning to program that i've ever read and it's still the yardstick by which i compare other entry-level programming books. It's very clear, detailed, informative, and sensible. The fun quotes in every section are an added bonus.

If the path be beautiful, let us not ask where it leads. -- Anatole France

Working...