|
|
|
|
|
by CodesInChaos
43 days ago
|
|
1. It has first-class co-routines, so supports high concurrency without having to deal with async bullshit 2. It produces a dependency-less statically linked binary 3. Duck typed interfaces give you static typing with minimal ceremony. They are implemented even for types outside your own code base, which is a common pain point in Java or C#. 4. It compiles quickly |
|