|
|
|
|
|
by mburee
1208 days ago
|
|
What's the problem with GC? Between C and Go (and maybe Scheme) there's not much choice of languages on plan 9 today. So not having to think about memory management in a browser pet project is surely the best choice when it comes to a relatively ambitious project as this. Also of note, Limbo (the language the successor was written is) is also garbage collected, so it's not like it's against the spirit of plan 9.
The predecessor language, Alef, supposedly was abandoned in part because it didn't have GC. |
|