Functional Programming 1

Поділитися
Вставка
  • Опубліковано 13 лют 2022

КОМЕНТАРІ • 17

  • @neilclay5835
    @neilclay5835 Рік тому

    Brilliant start

  • @michaelotu9723
    @michaelotu9723 10 днів тому

    i miss the chalk board days

  • @joelfankam3719
    @joelfankam3719 Рік тому +3

    thx , really easy to follow

  • @nemosmith4745
    @nemosmith4745 Рік тому +2

    Very very good tutorial

  • @ayubsheikh1209
    @ayubsheikh1209 Рік тому

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

  • @Riacho_lol
    @Riacho_lol 6 місяців тому +2

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

  • @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"....

  • @michaelmajek5190
    @michaelmajek5190 Рік тому

    Thanks for the upload

  • @betims
    @betims 9 місяців тому +1

    Didn't know that Haskell nicked function declaration from Prolog

  • @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