Timeline for Implement a Truth-Machine
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Nov 4, 2015 at 20:52 | comment | added | El'endia Starman |
@Aaron: For what it's worth, I too thought it was 2 bytes for -v, then I was corrected. So you're not the only one. :)
|
|
| Nov 4, 2015 at 17:26 | comment | added | Aaron | @MartinBüttner ok, it seems fair indeed, I'll make sure to use the correct value in future answers and will try to fix my older answers. | |
| Nov 4, 2015 at 17:25 | comment | added | Martin Ender |
@Aaron Yes, exactly. It's only one byte, if you can combine it with some standard flag anyway, e.g. in the case of perl perl -pe "perl code here" where you'd need -e and the space anyway.
|
|
| Nov 4, 2015 at 17:24 | comment | added | Aaron |
@MartinBüttner thanks for the feedback ! However, I'm unsure where the value comes from, maybe are you counting the required space after -v ? I'm referring to the "options to request different behaviors from the interpreter" section.
|
|
| Nov 4, 2015 at 17:16 | comment | added | Martin Ender | @Aaron This answer contains the only consensus we have on counting flags. By that, it's 3 bytes. | |
| Nov 4, 2015 at 16:54 | history | edited | mbomb007 | CC BY-SA 3.0 |
added 47 characters in body
|
| Nov 4, 2015 at 11:22 | comment | added | Aaron | @El'endiaStarman It's 3 bytes now? I have seen 1 byte, and usually use 2 bytes. Is there a rule somewhere for this? Anyway I agree taking input directly on the stack isn't natural for ><> and should be mentionned. | |
| Nov 4, 2015 at 8:57 | comment | added | El'endia Starman |
There's another problem with this: if the stack is pre-populated, then you have to add 3 bytes for the -v flag.
|
|
| Nov 3, 2015 at 22:16 | comment | added | undergroundmonorail | @quartata If it was me I'd say that, to be fair to any answers that use from more traditional methods of getting input, you should have to put 48 or 49 on the stack. It's your challenge though and it's not a huge deal anyway so ¯\_(ツ)_/¯ | |
| Nov 3, 2015 at 22:09 | comment | added | undergroundmonorail |
I'm pretty sure this only works with literal 0 and 1 inputs, when it's supposed to work with 48 ('0') and 49 ('1'). Am I mistaken?
|
|
| Nov 3, 2015 at 22:08 | comment | added | a spaghetto | Here at PPCG, we love our explanations. +1 | |
| Nov 3, 2015 at 22:04 | review | First posts | |||
| Nov 3, 2015 at 22:35 | |||||
| Nov 3, 2015 at 22:04 | history | edited | a spaghetto | CC BY-SA 3.0 |
changed the formatting so that it would show up in the stack snippet correctly
|
| Nov 3, 2015 at 22:00 | history | answered | Blake Lockley | CC BY-SA 3.0 |