|
|
|
|
|
by Yokohiii
33 days ago
|
|
In my opinion most interpreted languages today tend to produce very dense code. Fancy call chains and closures interleaving. If you look for a subtle bug those are hard to reason about, you have to know the details of a lot of different APIs. Go is verbose partly for that reason, but a silly loop is a silly loop. The constraints are clear, you only have to do the logic. |
|