4 Comments
Oct 10, 2022Liked by Hercules Merscher

There is a language called V, also known as Vlang (https://vlang.io/) that has somewhat similar syntax to Go, but many improvements. It can be partially viewed as both a Go and C alternative. This language doesn't have nil, and has things Go is missing or improvements like: sum types, enums, no shadow variables, greater immutability, smaller runtime, better C interop, etc..

Expand full comment

My take: use Rust and never worry about nils again ;)

Expand full comment