Post History
Shakespeare Programming Language, 184 bytes ,.Ajax,.Puck,.Act I:.Scene I:.[Enter Ajax and Puck]Scene V:.Puck:Open mind!Be you worse zero?If soLet usScene L!Remember you!Let usScene V!Scene L:.Puck...
Answer
#1: Initial revision
# [Shakespeare Programming Language], 184 bytes ,.Ajax,.Puck,.Act I:.Scene I:.[Enter Ajax and Puck]Scene V:.Puck:Open mind!Be you worse zero?If soLet usScene L!Remember you!Let usScene V!Scene L:.Puck:Recall!Speak thy!Let usScene L! Surprisingly short for SPL. Errors out with a runtime. Adds input to the stack, then recalls it. Since SPL handles one character at a time, this automatically reverses the input. SPL also has a built-in function, where if there is no input, it will return `-1`, which allows us to see the end of input. [Try it online!][TIO-ki8pa3l7] [Shakespeare Programming Language]: https://github.com/TryItOnline/spl [TIO-ki8pa3l7]: https://tio.run/##VY5BDoIwFESvMt0TDsDGaOKChEQDho1xUcpHkNKStoh4eSzCQpO/mPx5Mxnby3kOwv2Dv4LwPIjWa@EQR2EmSNEirkflyGBBwFWJhbqtbh59M9GpJ4WuUSU7ECY9YNTGEt5k9C6uYHVCDoNdQwlLqaOu8J0eZb9WzjZk601JcClZ1hNv4eqJ/ffM86VuLPxxWGcadYeuIGpuuPCTrY9wh7GREgXB0NP/qAw/ "Shakespeare Programming Language – Try It Online"