Why Functional Programming Matters • John Hughes • YOW! 2017

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

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

  • @GOTO-
    @GOTO-  4 месяца назад +1

    We are currently releasing older YOW! videos to serve as a valuable archive, preserving historical content. It is possible that a video is perceived as outdated. We believe it offers insightful glimpses into the past, enriching our understanding of history and development.

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

    Just wanted to say I am absolutely loving the YOW uploads, thank you very much, it would have been a shame if all this amazing content never hit the internet.

  • @teial
    @teial 6 месяцев назад +1

    Fantastic talk! Get right to the heart of the question of why we need FP.

  • @KennethBoneth
    @KennethBoneth 2 года назад +3

    Interesting to look at the development times in the table at 33:19 as well. Lisp having a 3 hour development time. and only 12 lines of documentation. Whereas haskell had 465 lines of documentation.

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

      It would be fun to see the implementations and see what could be improved with each. It has been a decade since I read the paper, but IIRC, the Lisp team finished first and the code worked, with many of the other attempts not working error-free. That would leave 5 hours at least to work on the algorithm.

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

    Beautiful ❤

  • @amonowyful
    @amonowyful 2 года назад +5

    Awesome talk, thanks! For anyone interested in Backus paper but too rookie to read it, check Eric Normands podcast about it where he reads parts of it and adds explanation