Hacker News new | ask | show | jobs
by adamthekiwi99 899 days ago
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!