Category
page 1Programming language design
syntactic sugar
syntax within a programming language that is designed to make things easier to read or to express
first-class citizen
term in programming language design
abstract syntax
syntactic structure independent of any particular representation or encoding
Memory ordering
order of accesses to computer memory by a CPU
gotcha
code that is valid but counter-intuitive