Post History
Japt -R, 16 bytes This feels far too long for the task at hand - what am I missing?! ;Bó v ¬£14îUiX q Test it ;Bó\nv ¬£14îUiX q ;B :Uppercase alphabet ó ...
Answer
#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)
- This feels far too long for the task at hand - what am I missing?!
- ;Bó
- v ¬£14îUiX q
[Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=O0LzCnYgrKMxNO5VaVggcQ)
- # [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)
- This feels far too long for the task at hand - what am I missing?!
- ;Bó
- v ¬£14îUiX q
- [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=O0LzCnYgrKMxNO5VaVggcQ)
- ;Bó\nv ¬£14îUiX q
- ;B :Uppercase alphabet
- ó :Uninterleave
- \n :Assign to variable U
- v :Remove and return first element
- ¬ :Split
- £ :Map each X
- 14î :Slice the following to length 14
- UiX : Prepend X to U, modifying it
- q : Join
- :Implicit output joined with newlines
#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) This feels far too long for the task at hand - what am I missing?! ;Bó v ¬£14îUiX q [Test it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&flags=LVI&code=O0LzCnYgrKMxNO5VaVggcQ)