Rust: Memory, Ownership, Borrowing - CS196 SP20

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии •

  • @havocthehobbit
    @havocthehobbit 11 месяцев назад +1

    This is one of the most straightforward simple explanations of the borrow checker amd ownership for Rust ive seen so far. I can understand why noone was asking any questions.
    Thanks for sharing this lecture

  • @RahulYadav-dd7qe
    @RahulYadav-dd7qe 4 года назад +4

    Straight explanation. No BS! Kudos to the great teacher!

  • @valentinussofa4135
    @valentinussofa4135 2 года назад

    Very recommended Rust learning content. I hope I can learn in that class. Many thanks from Indonesia.

  • @hiongun
    @hiongun Год назад

    best Rust course

  • @sergesolkatt
    @sergesolkatt 2 года назад

    🤟🤠

  • @WorstDeveloper
    @WorstDeveloper 4 года назад

    1:08 - Not until it is less than 10. You mean for as long as it's less than 10.

    • @cshonorsillinois2080
      @cshonorsillinois2080  4 года назад +2

      Definitely, I misspoke many times with that. I'll blame it on being in front of a lecture hall 😊

    • @WorstDeveloper
      @WorstDeveloper 4 года назад +1

      @@cshonorsillinois2080 No worries, I wish I had a teacher during my CS education that were as good as you.

  • @ChillerDragon
    @ChillerDragon 2 года назад

    What audience is it made for? :D
    It starts with for loops and functions like the audience does not know basics of programming and then it dives straight into ownership haha

    • @nobytes2
      @nobytes2 2 года назад +2

      This university class has probably pre requisites for it, he didn't start with loops he was simply showing some syntax comparisons.