StardustPL / Stardust

"A programming language that doesn't make me angry to use it."
https://StardustPL.GitHub.IO/
The Unlicense
4 stars 0 forks source link

Planning: GC for 'special' things #26

Open LB-- opened 9 years ago

LB-- commented 9 years ago

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-- commented 8 years ago

https://github.com/qorelanguage/qore/wiki/Prompt-Collection