Rust: Safe and Scalable Systems Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2024

ความคิดเห็น • 10

  • @The2bdkid
    @The2bdkid 8 ปีที่แล้ว +11

    Very nice video and explanation of ownership, borrowing, and lifetimes.

  • @RyanLynch1
    @RyanLynch1 3 ปีที่แล้ว

    very cool video with a good mix of big sky vision and actual details on how it works!

  • @ThePandaGuitar
    @ThePandaGuitar 4 ปีที่แล้ว +1

    Amazing talk, thank you so much Alex!

  • @MaxLambrecht
    @MaxLambrecht 3 ปีที่แล้ว

    Great talk!

  • @konstantinrebrov675
    @konstantinrebrov675 ปีที่แล้ว

    I came here for lectures how to do systems programming (pipe, fork, exec) in Rust. But I get a general Rust language lecture.

  • @SiddharthKulkarniN
    @SiddharthKulkarniN 5 ปีที่แล้ว +1

    I m badly struggling with ownership and Borrowing

  • @emm1257
    @emm1257 6 ปีที่แล้ว +1

    I can not agree on the fact that C++ is unsafe

    • @ThePandaGuitar
      @ThePandaGuitar 4 ปีที่แล้ว +3

      emm That’s a foolish thing to say, every programmer worth his salt would disagree with you. Heck even MSRC gave up C++ for Rust after realizing that 70% of CVE vulnerabilities in Microsoft are caused by C++ memory issues.

    • @RyanLynch1
      @RyanLynch1 3 ปีที่แล้ว

      😂😂😂

    • @RyanLynch1
      @RyanLynch1 3 ปีที่แล้ว +1

      maybe for you... but for the rest of us humans it's difficult!