You can write Standard ML in C if you so desire and only use tagged unions (which ARE the option types of C). It is not even that laborious, it just requires some discipline.
You can write Standard ML in C if you so desire and only use tagged unions (which ARE the option types of C). It is not even that laborious, it just requires some discipline.