0 Members and 3 Guests are viewing this topic.
Sure! I'll add you after JWinslow.
I think we should also have rules so counting bytes is consistent between challenge creators, like, convert newlines to UNIX style (you can do that in Notepad++ for you Windows users, one newline is one byte) and no ending newline (substract one for you Linux users I guess).
There are several ways to score an entry that are generally used:1) size in chars of source code2) number of bytes in source codeAnd finally 3) output size in bytes of final compiled program. I think that the host should have a choice as to what scoring method to use.
Quote from: c4ooo on June 05, 2015, 09:12:33 pmThere are several ways to score an entry that are generally used:1) size in chars of source code2) number of bytes in source codeAnd finally 3) output size in bytes of final compiled program. I think that the host should have a choice as to what scoring method to use. I don't think number 3 is a good idea, since some languages have distinct advantages over others in binary size.
Quote from: pimathbrainiac on June 05, 2015, 09:15:13 pmQuote from: c4ooo on June 05, 2015, 09:12:33 pmThere are several ways to score an entry that are generally used:1) size in chars of source code2) number of bytes in source codeAnd finally 3) output size in bytes of final compiled program. I think that the host should have a choice as to what scoring method to use. I don't think number 3 is a good idea, since some languages have distinct advantages over others in binary size.I recall some one saying over irc (forgot who might have been you) that "choosing your language is part of the puzzle, each has its pros and cons". And no that was not a direct quote from irc, I forgot when the original was said
-snip-