sdsmtuas / LabAI

Apache License 2.0
0 stars 0 forks source link

Inter-language communication #14

Open ConradSelig opened 4 years ago

ConradSelig commented 4 years ago

We have a number of different languages planned for this project, can we get them to communicate with each other? (hint: we can)

We should plan on using a binary file where we set flags within a bit-string. We need to determine how each program should plan on using this file to avoid a case where multiple programs are reading/writing at the same time.

Or, we can go an entirely different route - not using a binary file at all. See what you can learn about passing data between languages and report back in this ticket.

Current list of planned languages:

B2-M1 commented 4 years ago

sockets might be the way to go