Hacker News new | ask | show | jobs
by tines 899 days ago
Super cool! How is memory managed? Does it do lifetimes like Rust as well?
1 comments

Right now, memory is managed like C or C++, but I intend to implement lifetimes in the frontend eventually.

But definitely no garbage collection (although, a target could implement it against the standard and it would work)

Thanks for checking out the project!