This is a collection of some programs I wrote myself (by hand!) using the Shakespeare Programming Language (SPL).
I also wrote some explanations in the directory explanations
. Note that the exlanations don't actually run because there is no syntax in SPL for comments, sadly.
To learn more about SPL, see:
I tested them using zmbc
's SPL interpreter. It is a really amazing interpreter. Note that the PyPI version of that is outdated, so instead use the GitHub repository linked above. You can also paste the code in this website. To set what to input, just type them line-by-line in the "Input" section.
- Number Adder (
number_adder.spl
) - A program that accepts number inputs and prints the sum of it. Type the numbers line by line and type 0 to end your input.