RE: Codegolf Episode 0x1 (win 2SBD)

You are viewing a single comment's thread from:

Codegolf Episode 0x1 (win 2SBD)

in codegolf •  7 years ago 

Quick question: are you measuring "program length" in how much size the file takes in plain text, or taking into account binary size, memory usage or any other parameters? Just to be sure what parameter I'm trying to optimize ^^"

Also, if you measure text, are tabs/spaces counted?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

I will measure the text size in bytes =) So if you use tabs you can save some bytes!

I found time after all and even did it in GolfScript for maximum saving XD.
Here's my entry. I ended up doing a bit of a wall of text explaining my reasoning, but you can find the answer at the beginning if you don't want to read my ramblings XD

Nice solution =D