You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IRC choreography paper talks about interoperability with local code. Sec 3 & Fig 3 talk about general Java code. Sec 5.1 uses a Java ByteChannel as a concrete example: https://programming-journal.org/2024/8/8/
Chorex should be able to do this!
Make a demo that imports code from another library / module and uses it to implement part of a choreography (e.g. Alice uses a standard helper function to make a sandwich request.)
The text was updated successfully, but these errors were encountered:
The IRC choreography paper talks about interoperability with local code. Sec 3 & Fig 3 talk about general Java code. Sec 5.1 uses a Java ByteChannel as a concrete example:
https://programming-journal.org/2024/8/8/
Chorex should be able to do this!
Make a demo that imports code from another library / module and uses it to implement part of a choreography (e.g. Alice uses a standard helper function to make a sandwich request.)
The text was updated successfully, but these errors were encountered: