Polynomial Division Challenge

mmille10 at comcast.net mmille10 at comcast.net
Thu Jul 12 20:34:18 UTC 2007


Ken G. Brown wrote:
"Here's a chance for you whizzes to give Squeak some positive exposure:

Polynomial Division Challenge
<http://codegolf.com/polynomial-division>
<http://codegolf.com/leaderboard/competition/polynomial-division/>

Wouldn't it be great to see Squeak in the top spots?"

Yeah it does look interesting. Unfortunately they don't allow code in any languages besides Perl, PHP, Python, and Ruby. I went to their "submit entry" page, and that's all they allow you to select for the language. There's no "other" category. Pity.

I mean, it makes sense in a way. They have their language setup all preconfigured so all you have to do is submit code, not the whole development environment, which is essentially what they'd have to allow you to do if they allowed submissions in any language.

It looks like they have the whole testing setup automated. That's the reason they want input in stdin and output in stdout. They can just run the test as a batch job as soon as you submit your code. You can submit code multiple times as well, and check back and see what their test results were. They limit you to one submission every 2 minutes, so it sounds like the testing goes in rapid fire fashion.

According to the site, their language selection is actually less restrictive than before. They say Code Golf is based on another site called Perl Golf, which I assume only accepted Perl code.

In any case, there's nothing saying we couldn't take the problems they pose, write them up in Smalltalk and compete outside the site, comparing against their stats. We just wouldn't be able to submit them to Code Golf. It takes the fun out of it a little when you're essentially preaching to the converted.

>From what I hear, Smalltalk has gotten exposure in the Code Katas series, which is essentially the same thing, solving problems with code.

---Mark
mmille10 at comcast.net



More information about the Squeak-dev mailing list