John Lato schrieb:

The other big problem is the name of the "z" function.  I would like to
call it "z-", but that's not an allowed name.  Unfortunately "-z" is
allowed as an operator name either.  So for now it's backwards for
convenience.

I'd suggest to call it 'delay' since I find it much more descriptive
than the 'z' that refers to the arbitrary variable name chosen for the
'z' transform.

Finally, in a blog post a while back sigfpe mentioned using comonads for
lazy audio.  I spent about 20 minutes on this and although the semantics
are nice, I couldn't figure out a way to get good performance for
recursive functions (iir filters etc.).  Has anyone else tried this?

No, but it was interesting to read and my first encounter with a
practical Comonad.

_______________________________________________
haskell-art mailing list
[email protected]
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to