This is an automated archive made by the Lemmit Bot.

The original was posted on /r/programminglanguages by /u/maubg on 2023-10-20 17:43:20.


I’m doing a language in llvm, but there’s a problem. I really suck at memory management 😔.

I’m having some trouble to decide what memory safety technique I should use.

I would like to have smth that doesn’t spam you with 74929184819 error messages (like rust’s lifetime parameters). And to it not not be so slow.

I’m finding something that’s almost not even noticeable, where speed would be kinda the same and the user wouldn’t need to do much.