Timeline for 1, 2, Fizz, 4, Buzz
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:39 | history | edited | Community Bot |
replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
|
|
| Sep 22, 2016 at 11:30 | comment | added | Dom Hastings |
@EriktheGolfer so since I posted this, the consensus is that -E is 0 bytes, but since primo's answer was scored excluding the quotes, I opted to make it fair and include the quotes in mine and +1 for -E. The reason it's accepted as free is Perl is usually run via perl -e and perl -E is no more bytes (I thought -M5.010 or use 5.010 can be free as well, but perhaps not re-reading the meta post). When adding -p or -n this is counted as +1 as you would run with perl -pe. Hope that helps! Meta reference: meta.codegolf.stackexchange.com/a/7539
|
|
| Sep 22, 2016 at 11:00 | comment | added | Erik the Outgolfer |
Isn't -E"..." 8 bytes? Space + Dash + Option + Argument (+ Quoting).
|
|
| Sep 27, 2015 at 12:47 | history | edited | Dom Hastings | CC BY-SA 3.0 |
added 5 characters in body
|
| Sep 27, 2015 at 12:47 | comment | added | Dom Hastings | @LegionMammal978 Yes. Yes I did... I'll try and re-word the title then! Argh! | |
| Sep 27, 2015 at 12:10 | comment | added | LegionMammal978 | You broke the scoreboard... | |
| Sep 27, 2015 at 11:35 | history | edited | Dom Hastings | CC BY-SA 3.0 |
added 29 characters in body
|
| Sep 25, 2015 at 15:57 | history | edited | Dom Hastings | CC BY-SA 3.0 |
`Buzz` can be a bareword! (So can `Fizz` if we use `+Fizz` but we need the space for the `x` operator so it makes no difference....)
|
| Sep 25, 2015 at 14:03 | history | edited | Dom Hastings | CC BY-SA 3.0 |
Re-arranged as per suggestion from @FryAmTheEggman - Thanks!
|
| Sep 25, 2015 at 7:21 | history | edited | Dom Hastings | CC BY-SA 3.0 |
added 315 characters in body
|
| Sep 25, 2015 at 6:15 | comment | added | Dennis |
You can save a few bytes by using say.
|
|
| Sep 24, 2015 at 20:14 | history | edited | Dom Hastings | CC BY-SA 3.0 |
deleted 7 characters in body
|
| Sep 24, 2015 at 20:05 | history | answered | Dom Hastings | CC BY-SA 3.0 |