On 12/14/2025 1:49 PM, Clouudy wrote: > Auto-removing `immutable` when working with C bindings would be helpful, > particularly for strings. Something like that at least, I'm not sure that > actually removing `immutable` would be a good idea. C semantics are not thread-safe, and immutables are thread-safe.