Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planning: GC for 'special' things #26

Open
LB-- opened this issue Apr 30, 2015 · 1 comment
Open

Planning: GC for 'special' things #26

LB-- opened this issue Apr 30, 2015 · 1 comment

Comments

@LB--
Copy link
Member

LB-- commented Apr 30, 2015

Types, functions, namespaces, etc. are all 'special' in that it doesn't make sense for their lifetime to be bound to their scopes. Instead it makes more sense for them to be reference counted or otherwise garbage collected, unlike 'normal' objects in the language which will almost all be RAII-based.

@LB--
Copy link
Member Author

LB-- commented Jul 6, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant