Y
Hacker News
new
|
ask
|
show
|
jobs
by
Arch485
1647 days ago
I have one problem with this article:
Lifetimes are hard.
2 comments
dwattttt
1647 days ago
That's true, but it's true for all non-gc languages, and a problem for gc'd ones too.
link
ncmncm
1647 days ago
Lifetimes are not, in fact, hard, given a bit of library and language support. Persuading your compiler that you are right about them might be hard (even when you are).
link