Functional Programming 1

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

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

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

    Brilliant start

  • @michaelotu9723
    @michaelotu9723 4 дня назад

    i miss the chalk board days

  • @joelfankam3719
    @joelfankam3719 Год назад +3

    thx , really easy to follow

  • @nemosmith4745
    @nemosmith4745 Год назад +2

    Very very good tutorial

  • @Riacho_lol
    @Riacho_lol 6 месяцев назад +2

    It looks like I just stumbled upon a chest of gold.

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

    Thank you for uploading those lectures.
    do you the the logic programming course by Jürgen Giesl.

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

    Thanks for the upload

  • @betims
    @betims 9 месяцев назад +1

    Didn't know that Haskell nicked function declaration from Prolog

  • @hebertotonielgamarra5111
    @hebertotonielgamarra5111 Год назад +9

    Hello everyone, Thank you for this lecture series. They seem to be very useful for me as a programming beginner. I have a question: Was this recorded 10 months ago? For some reason it looks much older than that. Thanks.

    • @lpblewis
      @lpblewis Год назад +4

      He says it's 2012 at some points in the lecture.

    • @bailahie4235
      @bailahie4235 Год назад +8

      It opens with a title screen stating "13.04.2012"....

  • @user-dk4xu1fo4c
    @user-dk4xu1fo4c 9 месяцев назад +5

    Weirdest way to write a "1" I've ever seen.

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

    does this course also cover logical programming at all? And is there any course outline?

  • @willw2596
    @willw2596 8 месяцев назад +4

    As with any functional vs oop discussion, this intentionally puts up a badly writing code as a strawman argument against oop. Come on. Can people talk about functional on its own merits without attacking the others?

    • @user-tx4wj7qk4t
      @user-tx4wj7qk4t 3 месяца назад

      Ya I agree. FP is taught very poorly to beginners. Hyper focused on recursion when you never even use recursion outside of library implementations. And spend more time talking about OOP than showing how fp is special. The real issue too is what people call OOP is really just procedural with objects on top