[gephex-devel] Gephex 0.5: about the control flow
Martin Bayer
martin at gephex.org
Wed Feb 15 00:48:01 CET 2006
> So ... how do you deal with multiple sink? Like, say, suppose I have the
> following graph:
>
> source --> goo --> sink1
> |
> -----> sink2
>
> Clearly, the following would not work:
>
> (sink1 (goo (source)))
> (sink2 (goo (source)))
>
> since how then would you differentiate it from the graph:
>
> source --> goo --> sink1
> source --> goo --> sink2
perhaps something like:
(define result (goo (source)))
(sink1 result)
(sink2 result)
But there are still a lot of questions about the syntax and semantic of
the domain specific language.
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.gephex.org/pipermail/gephex-devel/attachments/20060215/887628e5/signature.pgp
More information about the gephex-devel
mailing list