Hacker News new | ask | show | jobs
by vilhelm_s 2217 days ago
I would guess the main problem is that this approach will be slow, since it keeps making copies of all data. If you have a garbage collector you can just pass pointers around.
1 comments

Which Neut gets around with its borrowing facilities, as described in the README.