BrainF** programs consist of only these characters: + - > < . , [ ] If using "," it's recommended to use turbo mode! Examples: Hello world: ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++. Cat (repeats input back to you): ,[.,] Print all ASCII characters: +[.+] Feel free to put your own programs in the comments! What +-><.,[] do: + increments current memory cell. - decrements current memory cell. < moves memory pointer left. > moves memory pointer right. . outputs current memory cell as character. , inputs character from input to current memory cell. [ ] loop control: while the current memory cell is not 0, run everything in the loop. It might sound limited, but with infinite space, it could theoretically compute anything that's computable.
200000 memory cells (can expand in both directions), 8-bit wrapping, EOF returns 0 v0.1 - initial release, input doesn't work correctly with lowercase letters yet v0.2 - lowercase letters work now yippee #brainf #brainfu #brainfk #brainf someone added this to a furry studio so this is a furry project now. sorry i dont make the rules