Consider converting from
wchar_t to char32_t, everywhere.
Consider converting from
wchar_t to char32_t, everywhere.
Still considering.
The ambiguity of a wchar_t is a problem, but it is not bigger than char32_t, ever. Don't know. With char32_t we're explicitly hanging on to 32 bits. Probably good.
rename
eq? to identical?
Not going to do this. I think instead I will bind both identical? and eq? to the same function; users can use whichever name they prefer.
temporary objects in a function must be bound to a locals slot in the stack frame