taker-project / taker_v0

First version of Taker problem preparation system
GNU General Public License v3.0
3 stars 0 forks source link

Programming language #1

Open petuhovskiy opened 5 years ago

petuhovskiy commented 5 years ago

Consider using golang - awesome modern language for building web applications and more. 😄 Which is also fast, convenient and cross-platform. It has cool feature for calling low-level C functions - which can be useful for managing subprocesses. If you're hardcore C++ fan, that's understandable. We all know this: https://github.com/blackav/ejudge 🙂 Anyway, interesting project to see how much enthusiasm you have and good luck 👍

alex65536 commented 5 years ago

Hello :) Thanks for the attention to this project :) Maybe I'll consider Golang for the last iteration. But for now (before the problem format becomes stable enough), I'll use Python; it's good for prototyping.