[PD] Pd *is* a programming language!

Claude Heiland-Allen claudiusmaximus at goto10.org
Fri Sep 29 01:42:39 CEST 2006


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.


Claude
-- 
http://claudiusmaximus.goto10.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: undecdump.c
Type: text/x-csrc
Size: 129 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20060929/1143202d/attachment.c>


More information about the Pd-list mailing list