Simulating Higher-Kinded Types in C# (and other languages)

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

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

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

    Excellent! This is essentially the implementation for LHKP, correct?

    • @codelaunchchannel
      @codelaunchchannel  2 года назад +1

      Are you talking about this paper for Lightweight Higher-Kinded Polymorphism? link.springer.com/chapter/10.1007/978-3-319-07151-0_8
      If so, I was not aware of it, but it seems similar!

    • @kostasgkoutis8534
      @kostasgkoutis8534 2 года назад +1

      @@codelaunchchannel This is exactly how I found your video and this channel, looking for someone's implementation for C#. Although personally I would still go for using LanguageExt in the end. Keep up the good work!

    • @codelaunchchannel
      @codelaunchchannel  2 года назад +1

      Yup, LanguageExt is a great library!
      My goal with the channel is to explain how these techniques work behind the scene, so you would be able to reimplement them if ever needed (maybe in another language ;))