Open 142ayushkumar opened 6 years ago
Can we have a list of possible API's to use? Or if in-house compilation and running is feasible or not. (if anyone prefers that)
Some of API we can use are: Hackerrank,repl
@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" notifications@github.com 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 https://github.com/kaustubhhiware/c0derunR/issues/41#issuecomment-354051672, 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.