Y
Hacker News
new
|
ask
|
show
|
jobs
by
H2CO3
3875 days ago
Exactly, Sparkling uses reference counting, and one of the major TODOs is the introduction of weak references in order to address the issue of cycles.
2 comments
sdegutis
3875 days ago
Implementing weak references sounds like a feature that will make the language's source code much more complex than the simplicity emphasized in your goals.
link
any1
3875 days ago
nim has some sort of automatic cycle detection. You might want to look into how they do it. It doesn't hurt to check it out.
link