Tasks, actors and garbage collection

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Tue Apr 27 22:02:31 UTC 2021


On Tuesday, 27 April 2021 at 21:18:30 UTC, sighoya wrote:
> Pony: 
> https://tutorial.ponylang.io/appendices/garbage-collection.html
>
> Any(one) experience with it?

I have no real experience with it, but I read quite a bit about 
it when it first came. I think the typing system for references 
is interesting. Basicially keeps track at compile time of whether 
a pointer has been given out or not and restricts capabilities 
for the reference based on that.




More information about the Digitalmars-d mailing list