[Swift-devel] mapper syntax

Ben Clifford benc at hawaga.org.uk
Tue Jul 3 12:53:30 CDT 2007


The syntax:

  imagefiles if[] 
<my_mapper;foo=@strcat(filename,blah),otherparm=true,moreparams=false>;

is rather noisy all on one line.

A syntax change could be to express the above as:

  imagefiles if[] map my_mapper {
    foo = @strcat(filename,blah);
    otherparam = true;
    moreparams = false;
  };


-- 



More information about the Swift-devel mailing list