Hacker News new | ask | show | jobs
by elb2020 1889 days ago
I'm not familiar with Go, but is there anything in the language which makes it a particularly good fit for this type of problem?
1 comments

Not particularly, but Go is fast, compiles to small binaries, and supports multithreading with coroutines which works well for genetic algorithms.