Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Rust

1 items on 12 Jul 2013
Go Rust

Understanding Type in Go

When I was coding in C/C++ it was imperative to understand type. If you didn’t, you would get into a lot of trouble with both the compiler and running your code. Regardless of the language, type touches every aspect of…

Source: Ardan Labs Blog