Matthieu Riou wrote:

> 2. Build a simple language, sort of equivalent to BPEL but easier on
>    the eyes. Something like:
>
>   process HelloWorld  {
>     client.receive => request
>     var replyVar = concat('Hello ', request)
>     client.reply <= replyVar
>   }

Is there anything existent that would be suitable?  You want something that
maps well with BPEL, but what else?

What are the available datatypes and operations in your theoretical
language?  I have some thoughts, but want to see responses first.

        --- Noel


Reply via email to