⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

The language small was made in 2015 by David Getindor. It is licensed under the GGL license and has a goal of having the largest sourcefiles possible and the least amount of needed commands. It is considered a great code golf language because you will always have a bigger filesize, therefore you win by having a larger number of bytes. [https://github.com/getindor/small small github]

Small has two different commands:

"+" for incrementing the counter

"." for printing the counter as an ascii character

You may notice that small has no way of deincremementing the counter, that is because the counter resets at 250 and that makes subtraction simply not needed.