Talk:Spoon
From Esolang
[edit] Context-sensitive compression
You could use context-sensitive compression, in which the encoding for a command depends on what comes before it. Also, you don't need a separate EXIT command, just use the ] command as a end of file marker. For example, + and - will not occur together in either order, < and > will not occur together in either order, a > must occur in the program first before any < occurs, a [ will not occur at the beginning of the program, etc. --Zzo38 21:40, 15 December 2007 (UTC)

