Talk:Pb
Jump to navigation
Jump to search
Visibility as it's running.
I thought the memory would be visible as it was running so you could see it 'in action'.
Shame, as this little counter just sits there without it.
^t[B]v b[T] w[B!0]{ >> w[B!0]{>} b[T] < w[B!0]{b[0]<} < }
Rdebath (talk) 20:45, 21 August 2015 (UTC)
- I'm planning on doing something like that. I was thinking about learning how ncurses works or something, but now that I think about it I guess I can just do output the normal way at every step and reset the cursor each time... Undergroundmonorail (talk) 21:20, 21 August 2015 (UTC)
- I updated pbi, if you call the interpreter with a flag like this:
-d=1000
, it will print the canvas at each tick. The provided number sets the delay between ticks in milliseconds. Undergroundmonorail (talk) 21:44, 21 August 2015 (UTC)