Hacker News new | ask | show | jobs
by freecodyx 1058 days ago
Not related to the project. Most of the code is unsafe. I really find rust counterintuitive.

This is just a note to myself. * rust uses llvm as a backend * rust tries to solve the memory issues commonly found in C bu enforcing a programming paradigm which allow the compiler to detect them at compile time. * it tries to provide 0 cost abstractions

It works but the code is ugly

1 comments

Wait, most of _what_ code is unsafe? Aside from this one comment it sounds like you just came here to shit on Rust, lol.