KotlinConf 2018 - Exploring the Kotlin Type Hierarchy from Top to Bottom by Nat Pryce

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

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

  • @edgeeffect
    @edgeeffect 2 ปีที่แล้ว

    I'm not one to indiscriminately leave "excellent talk" comments but that was excellent... a rather complex subject made clear.

  • @Henisha22
    @Henisha22 5 ปีที่แล้ว +4

    This is an awesome talk! Although I was already familiar with the basic type hierarchy of Kotlin, the stuff on generics variance was new to me.

  • @tompov227
    @tompov227 5 ปีที่แล้ว +4

    I love the type system of Kotlin its so refreshing to come to from Java

    • @edgeeffect
      @edgeeffect 2 ปีที่แล้ว

      I've hardly touched Java but the current trend towards genuinely strongly typed languages like Rust and Kotlin is fabulous for an ex Pascal and Ada programmer too.

  • @mrshodz
    @mrshodz 2 ปีที่แล้ว

    Great talk. I initially found these concepts hard to understand before watching this videos. It’s probably one of reason I have avoided Kotlin as a language. But, this video was great. I actually have a better understanding of the type system. Great explanation by the speaker.

  • @mrshodz
    @mrshodz 2 ปีที่แล้ว +1

    Great explanation.

  • @SimoneLeoni
    @SimoneLeoni 4 ปีที่แล้ว

    All the examples of juice in the generics part, especially for explaining the "in" variance, is kind off... so to say.
    The example "if I have a fruit juicer, I can put inside an orange and still works", still working even without specifying the "in" for the contravariance

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

      Can you help with an example?