Hacker News new | past | comments | ask | show | jobs | submit login

Well, it's Go, so you're going to have some runtime type errors. interface{} is way too common to avoid them completely (I had the order of arguments for two ConcurrentMaps wrong, for instance, and it blew up on reads -- found it almost instantly, but alas, at runtime). But it should be a much smaller number than python.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: