|
|
|
|
|
by amedvednikov
1527 days ago
|
|
I created V because Go didn't work nicely with C for my project. So just that would be enough for me to use V. Variable shadowing makes code more bug prone and confusing. As for the size: V uses system's official API (libc), including networking. Go has their own libs that have to be statically linked in to the binary. |
|