This is a repo where I keep my little programs I've done in the SPL.
Write 5 numbers that you would like to sort. Do not type any spaces between them! The program will print the sorted array of numbers. It will neither print a newline character nor spaces between the numbers. A number must consist of one digit only.
57490
04579
You can enter as much of nonnegative numbers as you want. Separate the numbers using a newline character. The program will stop getting the numbers from the input stream when the number "-1" is entered.
420
404
23
14
290595
1
-1
1
14
23
404
420
290595
The Shakespeare Programming Language is usually translated to C and then compiled. The official translator can be downloaded from the official webpage.
If you have any difficulties with making the translator run I do recommend to search thourgh the Shakespeare Programming Language Tag on StackOverflow.