|
|
|
|
|
by jekwoooooe
363 days ago
|
|
Go is fast and memory safe. It has some data race protections built in but doesn’t go as far as rust. This has its benefits like not having to deal with borrow checker insanity (or rust syntax for that matter) Unlike python or java, it’s both compiled and fast |
|