|
|
|
|
|
by gue5t
4005 days ago
|
|
Is it memory-safe? Is it garbage-collected? Edit: Looks like it does extern calls to `malloc`, with no matching frees. Supporting proper dynamic resource management is fundamental for a system language, as the whole point of an operating system is to manage resources for user programs. |
|