Demonstration of a revolutionary language that allows for any arbitrary program to be written without taking up any memory
The demonstration shows an implementation of Quicksort which takes up no memory
This is a common problem with long programs (over 10 lines) where the ordering of lines can cause errors due to the numbering of files. This is the correct procedure for numbering files:
- Estimate the maximum number of lines in your code, call it x
- Now find log base 10 of x, call that y
- Now round down y, call that z
- Now find 10 to the power of z
- Start counting the lines of code from the number z
Example - if you guess your code will have 60 lines, start counting at 10.
Featured on http://www.reddit.com/r/shittyprogramming