Hacker News new | ask | show | jobs
by OJFord 1608 days ago
> Imagine trying to learn Rust without experience with C. Oh man.

I don't think it's that bad - primarily because error messages are way more helpful, but also because it'll error about things that C would just choke on at runtime.

(I learnt/continue to learn Rust with only 'university C', fwiw.)