top | item 11984530

(no title)

mrsirduke | 9 years ago

> You raise a good point about (even in the bad case) moving headphones around the signal chain---and damn as an (especially functional) programmer I'd like that to be able to tap arbitrary locations in data flow like that. Enough all these control-flow-based debugging tools!

You should look into dtrace and it's new Linux counterpart who's name currently alludes me. It's almost like being able to do just that.

discuss

order

Ericson2314|9 years ago

I'm very aware of dtrace. probes are kinda like faking dataflow on top of control flow I guess.

I was thinking more of a development aid that would render a dataflow graph like max/msp---in the general case the graph itself is changes but thats's OK.