Skip to content
TILens What matters today in tech
Theme

Daily edition

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

06 Apr 2014 edition
Go Rust

Introduction To Numeric Constants In Go

Introduction One of the more unique features of Go is how the language implements constants. The rules for constants in the language specification are unique to Go. They provide the flexibility Go needs at the compiler…

Source: Ardan Labs Blog