-
Notifications
You must be signed in to change notification settings - Fork 8
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
Changing API #41
Comments
Can we have a list of possible API's to use? |
Some of API we can use are: |
@kaustubhhiware can you tell me more about in-house compilation? |
In-house compilation would mean we do not use an external API for compiling / running our code. In that approach, we'll have to check if that's possible in django, using some pip modules. |
Yeah, I was also thinking about it. If there is no such module in pip,
there is always the `os` module that can help. In any case, we'll have to
install the compilers for all the languages first in our server.
…On Dec 27, 2017 10:18 AM, "Kaustubh Hiware" ***@***.***> wrote:
In-house compilation would mean we do not use an external API for
compiling / running our code. In that approach, we'll have to check if
that's possible in django, using some pip modules.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMAyBn3uR-_CTy_S0O3BGPVBzeUG5xAHks5tEcwogaJpZM4RJtfJ>
.
|
I think we should change to some other API. Many compilation errors using this one.
The text was updated successfully, but these errors were encountered: