from Hacker News

Ask HN: How do I build a simulation in Go?

by ckugblenu on 1/27/17, 8:43 AM with 0 comments

I'm considering using Golang to build a waste collection simulation in a city with high capacity trucks and low capacity trucks.

The goal is to generate optimal routes for waste collection based on a number of scenarios. A second goal is to visualize the process on a map.

Is Go matured enough for this task or python will be a better alternative? Also, are there recommended libraries I can explore?