Brainduck icon indicating copy to clipboard operation
Brainduck copied to clipboard

Text generation

Open Zomis opened this issue 9 years ago • 1 comments

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

Zomis avatar Sep 12 '15 22:09 Zomis

  • 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 "+." ?

Zomis avatar Dec 25 '15 13:12 Zomis