[Fluxus] 140 char scripts

Glauber Alex Dias Prado smade4 at gmail.com
Fri Oct 30 00:45:33 PDT 2009


gabor papp <gabor.lists at mndl.hu> writes:

>> maybe you could sneak in some aliases next commit.. . (define p!
>> pdata-map!) (define v+ vadd) etc+
> probably that would be considered cheating :). actually i tried
> defining pdata-map! as you are suggesting, but it does not work like
> this, probably because it's a macro. anyone knows how to do it?
you can:
(define-syntax p!
  (syntax-rules ()
        ((p! . args) (pdata-map! . args))))

btw nice experiment short but meaningfull code!        
        
>
> on the other hand, it would help if pdata-map! could have multiple
> outputs. so we could write one pdata-map! instead of a bunch of them
> when setting the various parameters. although it might ruin code
> clarity.
>
> best,
> gabor



More information about the Fluxus mailing list