I like when he erases the parameters and right hand side of K and then re-writes exactly what he erased.
@MrJC15 жыл бұрын
hahahaha. i thought i was losing it at first.
@noli-timere-crede-tantum3 жыл бұрын
That's 19:34 for those of us coming here from the future when KZbin had a neat feature where you can link into a timestamp in the video within one's comments. Very functional ;)
@QuasarRedshift11 жыл бұрын
Great lecture! Glad that you took the time to go over the history and background of functional programming - these were major computer science pioneers, and are usually forgotten about today. Also like your cheerful, upbeat attitude - it makes you a good and dynamic speaker. Good European style thoroughness. And you are right - most programmers and even computer scientists don't know their own history. Good Work. Cheers from Canada!
@antoanbekele93696 жыл бұрын
Its ironic that the presentation contains so many redundant "You Know"s for such a concise language. Great course!
@tomdahulk9 жыл бұрын
Awesome! Thanks for all the history-- I really love that you started off giving a context to everything that you'll cover in the next lectures. Wonderful job guys! Thanks for piquing my interest in Functional Programming even more!
@christiangruhl944110 жыл бұрын
Nice introduction. Especially that you pointed out why and when it is a good idea to use functional programming over imperative programming :-)
@charvakpatel9628 жыл бұрын
Not negative comment but Watching him giving lecture is funny. In my college some professors give lectures like their parents just died and came to teach us.
@charvakpatel9628 жыл бұрын
***** ? You do understand that that was a compliment right?
@badi10727 жыл бұрын
Logesh Kumar R is a dirty, illiterate bitch.
@0011usagi8 жыл бұрын
I know!
@captainheretic6 жыл бұрын
You know
@softwareminimalist6 жыл бұрын
Or whatever.. You know?
@RaspberryPy11 жыл бұрын
Great lecture. I know Scheme a bit, but want to learn more Haskell.
@educostadev5 жыл бұрын
In this talk you wil know the history of the Funcional Programming and who was the important names behind it.
@umm_iter2 жыл бұрын
still referring to the book and lectures :)
@PetiKoch8 жыл бұрын
Thanks Erik, excellent lecture!
@OndrejPopp5 жыл бұрын
5:57 no resulting value and all that... ofcourse there is the return statement in java.... So this comparision is not exactly fair, because you are comparing an unfinished java implementation of a sum function with an application of an already implemented sum function in Haskell...
@bocckoka7 жыл бұрын
The way he said Peter Landin just died was so disturbing... otherwise, great talk :)
@readingRoom1005 жыл бұрын
if it makes u feel better, nobody "just died" when u saw this video, which was posted four years prior to your viewing it
@mikelee343011 жыл бұрын
This is great, thank you!
@derekfrost89913 жыл бұрын
I just think he should stop recommending hugs because I find it brittle. I write data which type checks but then chokes at runtime because hugs is not optimized for recursion, which is useless in haskell which relies on recursion for everything.. :)
@IndelibLee10 жыл бұрын
Thanks.
@privetvastutnestoyalo23394 жыл бұрын
Slightly disappointing, that he compares function implementation in Java with a function call in Haskell. I don't think it's correct to compare different levels of abstraction.
@inanme11 жыл бұрын
I was wondering why Scala has never been mentioned.
@trybeee19 жыл бұрын
Why it should be mentioned?
@trybeee19 жыл бұрын
Why it should be mentioned?
@trybeee19 жыл бұрын
Why it should be mentioned?
@peque733810 жыл бұрын
every time he says pitch , i always hear bitch =/
@vyuutuube9 жыл бұрын
peque You're right you know...
@RkKing19 жыл бұрын
It's really good video. But why are u speaking 'you know' again and again....?
@at5pm9 жыл бұрын
+Rk King thats the way he speaks. what an ungrateful brat are you, you know.
@RkKing19 жыл бұрын
+At five Pm Please don't take me wrong! i don't meant be ungrateful, i just wanted to give a feedback. His work is really admirable. I have come across several videos on youtube after all only this playlist seemed useful to me so i thought i should give feedback to make it more better.
@EddTally8 жыл бұрын
+Rk King ahhh!! I shouldn't of read the comments, im hearing it every time now!
@gofer91568 жыл бұрын
Constantly saying "hmmm", "you know" etc in public talks is a sign of insecurity, and should correctly be criticized.
@pinikmanob73357 жыл бұрын
you just read english grammar books and never listened to people speak
@joecotter68033 жыл бұрын
Awful. Objectives of the language mixed up with the essence of functional programming. A poor historic survey too.