Suggestion: Sort comments for a given problem by language

Announcements, comments, ideas, feedback, and "How do I... ?" questions
Post Reply
dblanchard
Posts: 1
Joined: Thu Jan 17, 2008 5:05 pm

Suggestion: Sort comments for a given problem by language

Post by dblanchard »

Great thanks to the project maintainers. This is a great resource, both of challenges and of different approaches. I'm teaching myself Lisp and would love to be able to view just the Lisp solutions to problems I've already solved. I've walked through the comments for the first problem and learned a lot from the Lisp code left by others. I'd like to hear others' comments on this idea.

Thx,

D
User avatar
rayfil
Administrator
Posts: 1412
Joined: Sun Mar 26, 2006 5:30 am
Location: Quebec, Canada
Contact:

Re: Suggestion: Sort comments for a given problem by language

Post by rayfil »

Then you might miss out on those posts where the solver gave a clear description of how he proceeded to develop an efficient algo, instead of listing his code which may have no meaning for 99% of the participants.
When you assume something, you risk being wrong half the time.
salogic
Posts: 1
Joined: Sat Jan 19, 2008 4:21 am

Re: Suggestion: Sort comments for a given problem by language

Post by salogic »

As a relatively recent participant in Project Euler, I must confess that I am a bit overwhelmed when I arrive in the forum for a project and find there are 26 pages of comments (as in the case of Problem 1 at the writing of this). While I recognize there are many excellent posts explaining the process (rather than merely the code) to solve the problem and I find them valuable to read, I do not review all of the pages in the comments due to the sheer number of them. I would find it helpful to be able to view only those posts from other programmers using my same language, in my case Ruby.

As a secondary and supporting point, there are some techniques specific to certain languages that might be applicable to the given problem and it would be nice to be able to peruse all of the code posted in the comments by language to look for someone using these techniques.

I am enjoying Project Euler a great deal and I believe that filtering by language would greatly enhance my experience further analyzing the problem after posting my original solution. I have done some database and PHP work and I would be happy to volunteer to assist in these changes if it is decided to implement them.

Thank you for providing an entertaining and productive way for me to spend time.
Post Reply