Christian Klippel wrote:
As Pd's string handling sucks, output is a printout of the decimal value of each character.
uhm, hey ... think about it that way: it makes a perfect couple for brainfuck that way ;)
I wrote another short C program that humanizes the output, if you start Pd like this:
pd -stderr -open bfi.pd 2>&1 | grep "bfi: output " | sed "s/bfi: output //g" | ./undecdump
All the pipe buffers seem to delay the output somewhat, though (usually it appears in one go when I exit Pd), so no good for interactive stuff.