|
|
|
|
|
by vlovich123
1176 days ago
|
|
I think if Rust could integrate a GC pointer elegantly into the ecosystem and put some of the knobs for running the GC the responsibility of user-space libs (ala pluggable GC), add in more optional type inference in places, and make it easy to refactor code to remove the GC, then it could become quite interesting for higher level glue code. As is, it’s not quite as good as TypeScript I think |
|
For something like python the heap allocation or stack allocation is handled behind the scenes so the entire concept is abstracted away from you.