Hacker News new | ask | show | jobs
by ernst_klim 1912 days ago
> Go has a ton of potential in the data science space.

I don't think that a language where you can't write generic map/fold/reduce and typed DataFrames (such as Spark's DataSet) has "a ton of potential".

Go is worse than nearly any dynamic or static language I know in that regards. Even Java has way more potential than Go.