0 Members and 1 Guest are viewing this topic.
Actually, there are 2-byte tokens in TI-BASIC, and lots of them. That is part of the reason why we don't like lowercase letters.
Looks like things are getting pretty heated in the Haskell category! 3298 and bb010g are slashing bytes like crazy! Only thing to wonder now is, when will they stop? (And will it be before the competition's over?)
Quote from: JWinslow23Looks like things are getting pretty heated in the Haskell category! 3298 and bb010g are slashing bytes like crazy! Only thing to wonder now is, when will they stop? (And will it be before the competition's over?)This could be the end, considering that we have the same score now. Maybe we hit the global optimum.
Edit: Just because I can, I made an x86 ASM version. I didn't expect it to become small, and it's much bigger than anything mentioned here. Oh well, it's not a suitable language for Code Golf. I'm not submitting it, so if you want to see the source, ask me. I use just the Unix sys_write and sys_exit calls, no trickery with the C standard library. It compiles to 838 bytes, and after treating it with strip, it's at 444. The source is 516 bytes long, but I could get rid of some formatting to get that down to 465, maybe even further.
IOCCC, anyone?
Quote from: JWinslow23 on August 09, 2014, 02:10:32 pmIOCCC, anyone? Well yes.Also my output is surroundered by double quotes and JWin don't seem to care.
Well, I could remove the _ in mapM_ if some garbage looking like [(),(),(),()] below the output is okay. But other than that, I ran out of ideas.In other news, I reduced my Java program size by 4 bytes, so I claim the first place in that category again. The XTend entry is also reduced by 7 bytes. And finally there is a new C entry with 154 bytes.
Quote from: 3298 on August 09, 2014, 06:14:29 amWell, I could remove the _ in mapM_ if some garbage looking like [(),(),(),()] below the output is okay. But other than that, I ran out of ideas.In other news, I reduced my Java program size by 4 bytes, so I claim the first place in that category again. The XTend entry is also reduced by 7 bytes. And finally there is a new C entry with 154 bytes.That should be fine; I did so. That last byte is a killer, though.* bb010g pokes JWinlow23 to remove the underscore from 3298's answer
Quote from: bb010g on August 09, 2014, 05:54:15 pmQuote from: 3298 on August 09, 2014, 06:14:29 amWell, I could remove the _ in mapM_ if some garbage looking like [(),(),(),()] below the output is okay. But other than that, I ran out of ideas.In other news, I reduced my Java program size by 4 bytes, so I claim the first place in that category again. The XTend entry is also reduced by 7 bytes. And finally there is a new C entry with 154 bytes.That should be fine; I did so. That last byte is a killer, though.* bb010g pokes JWinlow23 to remove the underscore from 3298's answerI did. Did you see the size change?