Hello everyone, I was wondering if the language used in this battles have an influence.
As an example, I usually code in Java (beginner level) and wanted to try Python 3 (beginner) for Ultimate Tic-Tac-Toe and since Python is usually slower for brute force, will my Java bot be faster then my python bot using the same algorithm in the codingame IDE ?
Can you give a source or a code snippet on that? I always thought it’s the same time for all languages. Clojure has extra time for compilation I think.