You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the Value::Symbol variant is a clown car, and there's some super tricky, uncommented code at the bottom of value.rs to cope with it. Separate variants Value::InternedSymbol(Whatever) and Value::Gensym(usize) would be way saner.
The text was updated successfully, but these errors were encountered:
Right now the
Value::Symbol
variant is a clown car, and there's some super tricky, uncommented code at the bottom ofvalue.rs
to cope with it. Separate variantsValue::InternedSymbol(Whatever)
andValue::Gensym(usize)
would be way saner.The text was updated successfully, but these errors were encountered: