Comment on Dynamic Languages Are Static Languages (2011)parentComments−dllthomas11yC++ (like C) has union, with which you can build tagged unions (aka sum types).
Comments
C++ (like C) has union, with which you can build tagged unions (aka sum types).