Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What if a solution consists of multiple binaries of different programming langauges? #3

Open
nya3jp opened this issue Jun 23, 2020 · 5 comments
Labels
question Further information is requested

Comments

@nya3jp
Copy link
Contributor

nya3jp commented Jun 23, 2020

If I understand README correctly, this repository is going to host Dockerfiles, each of which corresponds to a single programming language.

But what if a solution consists of multiple binaries of different programming languages? For example, what if it a solution consists of C++ binary and Rust binary interacting each other with IPC?

@beevee
Copy link
Member

beevee commented Jun 25, 2020

As a part of upcoming contest you will be required to submit a small program using a single programming language. I cannot disclose the nature of this task in advance, but we think that given the constraints you would not want to write this small program as a set of multiple binaries using multiple runtimes.

Of course, you can still use any languages locally during development of this small program.

@beevee beevee added the question Further information is requested label Jun 30, 2020
@igorlukanin
Copy link
Member

@beevee & @nya3jp, as we now have support for bash, is this issue still relevant?

@nya3jp
Copy link
Contributor Author

nya3jp commented Jul 4, 2020

My initial question was resolved by the answer by @beevee. I don't know the nature of the task (of course!), so I just trust the reply that participants are unlikely to write multi-language solutions.

You can close the issue now, but keeping it open for a while might be useful for other participants who got the same question.

@beevee
Copy link
Member

beevee commented Jul 4, 2020

Exactly, I'm keeping it open to help other users who might have the same question.

@zloyrusskiy
Copy link

What about dependencies which builded with another language/libraries requirements? (e.g. opencv)

Maybe it’s worth letting participants specify their own Dockerfile with a build time limit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

No branches or pull requests

4 participants