|
|
|
|
|
by kaba0
1454 days ago
|
|
> I'm not a "professor" but as a software engineer with 35 years in this industry I can say that new languages should avoid GC's With respect, and much less experience than You, I really don’t think so. I believe the majority of languages are better off being managed. Low-level languages do have their place and I am very happy for Rust that does bring some novel idea to the field. But that lower detail is very much not needed for the majority of applications. Also, ARC is much much slower than a decent GC, so from a performance perspective as well, it would make sense to prefer GCd runtimes. |
|