|
|
|
|
|
by erik_seaberg
1508 days ago
|
|
Go structs are copied but not deeply; collections are inherently passed by reference and everything is mutable. Scala and Kotlin get immutability right and Java is getting there with unmodifiable collections and records. |
|