HontoNiBaka wrote:
I know that the university of Alberta who made Deepstack and some other famous bots before that use C. Personally I use C++, there are many C and C++ libraries that you can use and it's generally one of the fastest languages, arguably even the fastest.
spears wrote:
I use Scala and Java. You could probably make it faster using C or C++ but I find the time saved in writing Scala a significant factor.
viewtopic.php?f=24&t=3235 suggests C/C++ is 2 to 3 times faster than Java which seems plausible to me. I imagine C# is also an option.
C/C++ for speed, Java for convenience.