Hacker News new | ask | show | jobs
by marcosdumay 1301 days ago
Sourcing for my "water is wet" claim? Just try writing a language parser in Rust and Haskell and you'll see the difference. Or, to be more on topic, write some database to HTML on Rust and note how you have to keep track of your templates' lifetimes.

The Rust developers are a bunch of very smart people working hard on creating a great language, but they can't do impossible things.

1 comments

I have written HTML templates and never had to keep track of lifetimes. Do you have an example of how that happens?