回复:[程序员及编程爱好者醒目]猥亵的编程语言:Whitespace
[Space][Space][Space][Tab][LF] Put a 1 on the stack
[LF][Space][Space][Space][Tab][Space][Space] [Space][Space][Tab][Tab][LF] Set a Label at this point
[Space][LF][Space] Duplicate the top stack item
[Tab][LF][Space][Tab] Output the current value
[Space][Space][Space][Tab][Space][Tab][Space][LF] Put 10 (newline) on the stack...
[Tab][LF][Space][Space] ...and output the newline
[Space][Space][Space][Tab][LF] Put a 1 on the stack
[Tab][Space][Space][Space] Addition. This increments our current value.
[Space][LF][Space] Duplicate that value so we can test it
[Space][Space][Space][Tab][Space][Tab][Tab][LF] Push 11 onto the stack
[Tab][Space][Space][Tab] Subtraction. So if we've reached the end, we have a zero on the stack.
[LF][Tab][Space][Space][Tab][Space][Space] [Space][Tab][Space][Tab][LF] If we have a zero, jump to the end
[LF][Space][LF][Space][Tab][Space] [Space][Space][Space][Tab][Tab][LF] Jump to the start
[LF][Space][Space][Space][Tab][Space] [Space][Space][Tab][Space][Tab][LF] Set the end label
[Space][LF][LF] Discard our accumulator, to be tidy
[LF][LF][LF] Finish
这也是一种极致呀……虽然看起来很像汇编