Closed evincarofautumn closed 7 years ago
What are your thoughts on this? I'm working on a concatenative language and am considering tracking similar properties.
I’m going to have some smart pointer types (Owned<T>
, Shared<T>
) and enforce usage by restricting copies and drops using traits. #156 has some thoughts on that. I closed this because it’s old and I’m going to add that stuff when I do the ctor/dtor implementation anyway. Feel free to ask any other questions on that issue.
For tracking and enforcing the semantics of resources: