Currently code golf only accepts Python submissions. Users should be able to submit their answers in (at least) Python, Java, and C++. This probably requires adding a language param to API resource AnswerResource, and creating shell scripts for running/compiling submissions in these languages to be called by subprocess.Popen in the function evaluate_user_code
Currently code golf only accepts Python submissions. Users should be able to submit their answers in (at least) Python, Java, and C++. This probably requires adding a
languageparam to API resourceAnswerResource, and creating shell scripts for running/compiling submissions in these languages to be called bysubprocess.Popenin the functionevaluate_user_code