Brainduck
Brainduck copied to clipboard
Text generation
A lot of tools contains text generation utilities, this should have that too, with a few enhancements:
- [ ] Save to tape option
- [ ] Number of temporary cells that may be used
See http://codereview.stackexchange.com/a/103946/31562 for a "Hello, World!" implementation, using various amount of temporary cells
See http://codereview.stackexchange.com/q/57382/31562 for an implementation of writing "Fizz" and "Buzz" to the tape
- Try "Hello, World!" with only 2 cells. Order the chars are written in is extremely important
- Is there any extreme case when "<<." is more expensive than "+." ?