Post History
Japt -R, 16 15 bytes Uses spaces for #s and "s for Qs. ##Ë64ì £QùXÄÃy Test it (footer reformats the output to use the characters from the spec) This one uses 1s for #s. ##Ë64ì £#ÿ¤hXQ ...
Answer
#5: Post edited
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>16</s> 15 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Uses spaces for `#`s and `"`s for `Q`s.
- ##Ë64ì £QùXÄÃy
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjUflYxMN5&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)
- -----
- This one uses `1`s for `#`s.
- ##Ë64ì £#ÿ¤hXQ
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjI/%2bkaFhR&footer=rnJRJ1EgcjEnIw) (footer as above)
- -----
- ##Ë64ì £QùXÄÃy
- ##Ë64 :15720364
- ì :To digit array
- £ :Map each X
- Q : Quotation mark
- ù : Left pad with spaces to length
- XÄ : X+1
- Ã :End map
- y :Transpose (which pads with spaces)
- :Implicit output joined with newlines
- <!---->
- ##Ë64ì £#ÿ¤hXQ
- ##Ë64ì £ :As above
- #ÿ : 255
- ¤ : To binary string
hXQ : Replace the character at index X with "
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>16</s> 15 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Uses spaces for `#`s and `"`s for `Q`s.
- ##Ë64ì £QùXÄÃy
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjUflYxMN5&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)
- -----
- This one uses `1`s for `#`s.
- ##Ë64ì £#ÿ¤hXQ
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjI/%2bkaFhR&footer=rnJRJ1EgcjEnIw) (footer as above)
- -----
- ##Ë64ì £QùXÄÃy
- ##Ë64 :15720364
- ì :To digit array
- £ :Map each X
- Q : Quotation mark
- ù : Left pad with spaces to length
- XÄ : X+1
- Ã :End map
- y :Transpose (which pads with spaces)
- :Implicit output joined with newlines
- <!---->
- ##Ë64ì £#ÿ¤hXQ
- ##Ë64ì £ :As above
- #ÿ : 255
- ¤ : To binary string
- hXQ : Replace the character at index X with "
- "But, Shaggy, why ... no, _how_ is that `15720364`?"
- "Glad you asked! See this tip [here](https://codegolf.stackexchange.com/a/121263/58974)"
#4: Post edited
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>16</s> 15 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Uses spaces for `#`s and `"`s for `Q`s.
- ##Ë64ì £QùXÄÃy
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjUflYxMN5&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)
- ##Ë64ì £QùXÄÃy
- ##Ë64 :15720364
- ì :To digit array
- £ :Map each X
- Q : Quotation mark
- ù : Left pad with spaces to length
- XÄ : X+1
- Ã :End map
- y :Transpose (which pads with spaces)
:Implicit output joined with newlines
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>16</s> 15 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Uses spaces for `#`s and `"`s for `Q`s.
- ##Ë64ì £QùXÄÃy
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjUflYxMN5&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)
- -----
- This one uses `1`s for `#`s.
- ##Ë64ì £#ÿ¤hXQ
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjI/%2bkaFhR&footer=rnJRJ1EgcjEnIw) (footer as above)
- -----
- ##Ë64ì £QùXÄÃy
- ##Ë64 :15720364
- ì :To digit array
- £ :Map each X
- Q : Quotation mark
- ù : Left pad with spaces to length
- XÄ : X+1
- Ã :End map
- y :Transpose (which pads with spaces)
- :Implicit output joined with newlines
- <!---->
- ##Ë64ì £#ÿ¤hXQ
- ##Ë64ì £ :As above
- #ÿ : 255
- ¤ : To binary string
- hXQ : Replace the character at index X with "
#3: Post edited
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>16</s> 15 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Uses spaces for `#`s and `"`s for `Q`s.
- ##Ë64ì £QùXÄÃy
[Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjUflYxMN5&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>16</s> 15 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Uses spaces for `#`s and `"`s for `Q`s.
- ##Ë64ì £QùXÄÃy
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjUflYxMN5&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)
- ##Ë64ì £QùXÄÃy
- ##Ë64 :15720364
- ì :To digit array
- £ :Map each X
- Q : Quotation mark
- ù : Left pad with spaces to length
- XÄ : X+1
- Ã :End map
- y :Transpose (which pads with spaces)
- :Implicit output joined with newlines
#2: Post edited
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 16 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)- Uses spaces for `#`s and `"`s for `Q`s.
4738#û6ì £QùX ú8[Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=NDczOCP7Nuwgo1H5WCD6OA&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)
- # [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), <s>16</s> 15 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1)
- Uses spaces for `#`s and `"`s for `Q`s.
- ##Ë64ì £QùXÄÃy
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=I50jyzY07CCjUflYxMN5&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt) [`-R`](https://codegolf.meta.stackexchange.com/a/14339/), 16 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) Uses spaces for `#`s and `"`s for `Q`s. 4738#û6ì £QùX ú8 [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=NDczOCP7Nuwgo1H5WCD6OA&footer=rnJRJ1EgclMnIw) (footer reformats the output to use the characters from the spec)