Hacker News new | ask | show | jobs
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.

1 comments

When a standard library is introduced, Orange will be garbage-collected.