|
|
|
|
|
by maddyboo
2595 days ago
|
|
My experience with Go is that the syntax is more rigid as compared to Python but the community is much less idealistic. As long as your code is linted with gofmt and it compiles (and doesn’t abuse reflection), the community tolerates more creative uses of the syntax to get around some of the pitfalls of the language – but there is of course less opportunity for creative syntax than in a dynamic language like Python. |
|