Category:Small: Difference between revisions

no edit summary
(Created page with "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 n...")
 
No edit summary
 
Line 1:
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
 
3

edits