I read about it years ago. I've replied to some threads in the
Mac Programming forum that involve Project Euler questions. I just searched there for "Euler" and found a couple dozen posts, but not many with my replies. I did recognize some of the Euler threads, and can see why I didn't reply. I can also see why I
did reply in some threads mentioning "Euler".
If I were a beginning programmer, or needed to hone my skills, then Project Euler problems would likely be useful. The two reasons I say this are:
1. The problems are clearly stated.
2. It's easy to find other's solutions.
The thing is, I'm not a beginner: see my numerous posts in Mac Programming. I apply my programming skills almost every day, to solve actual problems in the project I'm working on. If I want a diversion, solving more programming problems isn't really that appealing, since the result has no use for me, nor is the entertainment factor really present. For me, it's not entertaining if it's exactly like work. If I'm going to do something exactly like work, I'd rather do actual work instead of artificial work.
If I were learning a completely new language, then Project Euler might be useful to me. Then again, I already have a whole lot of other programs I've written, so I'd probably just rewrite one of them in the new language. I already have the source, and can see the expected output, so starting from scratch with just a problem statement might not be as useful as doing a conversion.