Category:Small: Difference between revisions

From Rosetta Code
Content added Content deleted
(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: 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.
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:
Small has two different commands:

"+" for incrementing the counter
"+" for incrementing the counter

"." for printing the counter as an ascii character
"." for printing the counter as an ascii character



Latest revision as of 22:45, 29 June 2017

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. 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.

Pages in category "Small"

This category contains only the following page.