Hacker News new | ask | show | jobs
by amedvednikov 1520 days ago
V will never have move semantics. Complicates the language too much.
1 comments

So how do you plan to make autofree work without move semantics, an ownership model or borrowing annotations? If your answer is "like Lobster", then how do you plan to deal with the semantic differences between those languages which the Lobster model relies on?