Unified Condition Expressions
Unified Condition Expressions
soc.me
Language Design: Unified Condition Expressions – Introduction
A design that subsumes the various syntactic forms of
if
statements/expressionsswitch
on valuesmatch
on patterns and pattern guardsif
-let
constructs
and scales from simple one-liners to complex pattern matches.