|
|
|
|
|
by weberc2
2438 days ago
|
|
It _is_ like Python in practice (I use both languages all the time). That’s largely why you see it used in many of the same places as Python. It has dynamic features by way of interface{}, which is every bit as “generic” as what Python has to offer. :) But yes, the error handling is different—values vs exceptions. |
|
However golang doesn't have that. So you get the danger of a dynamic language without the features that make powerful.