[Swift-devel] more remote side mapping thoughts

Yong Zhao yongzh at cs.uchicago.edu
Fri Mar 2 20:25:14 CST 2007


If this is the case, then the ones we talked before should be:

(file c, file p, file t) antechamber (file i){
app {
  myapp ....
  c<simple_mapper;prefix=@i, suffix="crd">;
  p<simple_mapper;prefix=@i, suffix="prm">;
  t<simple_mapper;prefix=@i, suffix="tpl">;
}
}

Yong.

On Sat, 3 Mar 2007, Ben Clifford wrote:

>
> I was chatting with Nika earlier and she suggested that it might be nice
> to write something like this: (I trimmed it a bit)
>
> (file prt_files[]) GENERATOR (string s1, string s2, string s3) {
>  app {
>        fe_pl "--nosite" "--gaff" @s1 "--stitle" @s2 "--minstep" @s3;
>        prt_files <filesys_mapper;pattern="*prt*",location=".">;
>      }
> }
>
> to mean "fe_pl generates some (unknown) number of files, all of the form
> *prt*, and those files should map to the array specified as the return
> parameter".
>
> It seems sort-of intuitive.
>
> --
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-devel
>



More information about the Swift-devel mailing list