Learning Functional Programming with JavaScript - Anjana Vakil - JSUnconf

  Рет қаралды 2,931,361

JSConf

JSConf

Күн бұрын

Пікірлер: 951
@recursiveackermann9819
@recursiveackermann9819 2 жыл бұрын
This is possibly one of the best 30 minutes of my life as a software engineer. Thank you.
@ToveriJuri
@ToveriJuri 8 жыл бұрын
She does a very good job at introducing the very basic concept behind FP and she's easy to listen to. Excellent video.
@kierranpurden2150
@kierranpurden2150 7 жыл бұрын
Agreed, she actually makes so much sense.
@Helvanic
@Helvanic 8 жыл бұрын
As a programmer that already knows about those subjects, I wish somebody would have explained them to me that way the first time I looked into it. Great talk.
@howardlam6181
@howardlam6181 4 жыл бұрын
I am now a tutor of a python course so seeing how the others present these kinds of topics should help me understand how to make it more approachable.
@valen8560
@valen8560 4 жыл бұрын
true, have learnt all these already, but the hard way
@balanrouge1227
@balanrouge1227 3 жыл бұрын
Hi, how would you describe the difference between a function and a method from the object oriented paradigm? Just trying to understand the functional programming mindset :) cheers
@punkgrl325
@punkgrl325 3 жыл бұрын
@@balanrouge1227 So the way it works is, a method is a function that's declared within an object. I guess in Java, all the functions would be methods, because all the code in a program is contained within an object class. This isn't the case in Javascript though. In Javascript, you can have functions that are independent of objects, so they wouldn't be methods. The in-built functions in Javascript are technically methods though, as they're usually part of some type of core protoype object within the language itself ( string.concat(), array.push(), etc). In object-oriented Javascript, the functions would be methods following the object-oriented paradigm, but in functional programming, the functions are usually self-contained and return some sort of reusable code or instructions for the program (like how the functional components in React work). So for the most part, you can say methods are a type of function, but not all functions are methods. I hope that helps in some way :)
@euihyunan3768
@euihyunan3768 4 жыл бұрын
This is why i like listening to students presentations. You actually learn more from the students because they understand what we probably had a hard time in.
@madwilliamflint
@madwilliamflint 8 жыл бұрын
I've been programming for almost 40 years. That's the best explanation of map/reduce I've ever seen.
@MADPURO
@MADPURO 8 жыл бұрын
what are your main language(s)?
@80amnesia
@80amnesia 8 жыл бұрын
Fortran, Cobol, Algol and Altair BASIC
@sammokkabasi8957
@sammokkabasi8957 8 жыл бұрын
whoa.
@cwmoser
@cwmoser 7 жыл бұрын
Tom Pitman's Tiny Basic ... along with Fortran, Cobol, PL/1, and Algol.
@ibuprofen303
@ibuprofen303 7 жыл бұрын
I do Sinclair Spectrum basic. With a rubber keypad. I've just finished yet another "Breakout" game and I'm currently saving it to cassette.
@Codetutor-DemystifyCoding
@Codetutor-DemystifyCoding 4 жыл бұрын
I am a programmer, I know and use the concepts that she is talking about in my daily work. But I was still hooked to the way she was explaining these things. The fact that she doesn't come from typical programming back ground is something that makes her communication her USP. Very well explained!!!
@vim6284
@vim6284 7 жыл бұрын
She's not like a bunch of pedantic dudes who talk around and pretend as if they are intelligent, but she thoroughly understands the core and generously and effectively delivers her knowledge. I wish she was my professor.
@i3130002
@i3130002 5 жыл бұрын
Honestly I waited for her to explain why to use mutable method, the reason is to be able to shallow compare objects so react for example, be able to detect object changes!
@balazsorosz6845
@balazsorosz6845 4 жыл бұрын
soooooooooooo true
@RexGalilae
@RexGalilae 4 жыл бұрын
I mean, she's at the stage where she's experienced enough to have formed an intuitive understanding yet too new to have formed a superiority complex over it
@jotang3694
@jotang3694 4 жыл бұрын
I couldn't agree more
@Eltramicst
@Eltramicst 3 жыл бұрын
"About 6 months ago, I knew nothing about functional programming and very little about Javascript," she says while giving a talk about functional programming to an audience of programmers at a Javascript conference.. That is insanely impressive.
@ДианаДиана-с1г
@ДианаДиана-с1г 2 жыл бұрын
I've been learning JS for 4 months and now I am doubting my progress =(
@Chillycloth
@Chillycloth Жыл бұрын
@@ДианаДиана-с1г use it with HTML and CSS. Easier to learn it
@ゾカリクゾ
@ゾカリクゾ 2 ай бұрын
if its the first language you learn, take it easy, don't expect to be super quick. once you learn one language, learning others will be so much easier. ​@@ДианаДиана-с1г
@02minutesvideography20
@02minutesvideography20 7 жыл бұрын
Great wisdom ! She accept she don't know a lot but still confidently delivered what she know. Appreciated!
@Rajdeep369
@Rajdeep369 8 жыл бұрын
she's a great communicator
@ajaymenon0
@ajaymenon0 7 жыл бұрын
I think the background of being an English teacher really shows how she's so comfortable with her speech.
@stopthrm
@stopthrm 7 жыл бұрын
yes she is. What's ironic is that I used to feel like I could write and communicate very clearly but after being a programmer for a few years, my written communication has slipped backwards.
@Natasha-to1mh
@Natasha-to1mh 5 жыл бұрын
@@stopthrm programming requires you to have a more abstract/logical mindset sort of like whats needed in mathematics and engineering professions. I found myself switching a bit in personalities/values when I devote more time programming within a timeframe compared to when I devote more time in music.
@venvilhenrydsilva8354
@venvilhenrydsilva8354 5 жыл бұрын
Well, she's a philosophy major! also an English teacher.
@florinteodorescu5493
@florinteodorescu5493 4 жыл бұрын
She was an ESL teacher. If you're shy or boring, the students will eat you alive.
@iamcisneros
@iamcisneros 8 жыл бұрын
Completely cool at all aspects... how she explains, how she interacts with the audience, how she managed saying "i dont feel qualified to talk about non-blocking, promises..." and how she says "fight fight fight" haha the best :)
@paullikethesaint
@paullikethesaint 8 жыл бұрын
Good talk. She's an excellent communicator which I'm sure has a lot to do with being other things prior to being a software engineer.
@lokeshbramhe9458
@lokeshbramhe9458 4 жыл бұрын
She does a very good job at introducing the very basic concept behind FP and she's easy to listen to. Excellent video, she's a great communicator
@pablofonseca8867
@pablofonseca8867 4 жыл бұрын
Just a tip, in ECMAScript Standard you can use Object.freeze() to throw an error if someone tries to change the object, even if the object is a constant array and someone is trying to change the value of the memory address.
@pb9405
@pb9405 2 жыл бұрын
Best explanation I've heard so far, an important advantage of FP that she didn't mention is that it becomes much easier to test your code (unit testing), because there is no shared state.
@hiankun
@hiankun 4 жыл бұрын
Never thought that one day I will get the concept of functional programming from a JS conference video. Great talk and explanation.
@djgreyjoy1495
@djgreyjoy1495 11 ай бұрын
A philosophical step back to remind us what programming is really about. The objects don't allow us to see the forest. Nice done!
@JohnDavidHarbison
@JohnDavidHarbison 8 жыл бұрын
Such a good job! I had no intention of watching the entire video - but here I am 30 mins later, and I would totally have watched more. Great intro that has me seriously considering these design patterns for my future JS programs!
@cyberprodigy
@cyberprodigy 7 жыл бұрын
John David Harbison same happened to me. :)
@profmo
@profmo 7 жыл бұрын
I appreciate that programmers are finally embracing the virtues of functional programming. Back in the 80s and 90s, functional programming was seen as esoteric. Now it is mainstream. I hope this means that within 20 years, programming using higher-order type theory will become main stream.
@aduonye
@aduonye 2 жыл бұрын
Wow! What a clear and concise explanation, she carried us along the entire discussion with her presentation, and now I get a hang of functional programming and understanding these buzz words like a pure function, mutability, closure, structural sharing, and more.
@viditkothari9796
@viditkothari9796 5 жыл бұрын
From the future: 2019 This video is so much relevant today (if not more than ever), specially with React trending, these coding style, techniques are so widely used and benefitted from. Also, her explanation are so clear & concise. This is my 5th watch since 2016 :)
@HeyWilliamCheng
@HeyWilliamCheng 5 жыл бұрын
follow your idea,I'm finishing first time!
@tack3132
@tack3132 8 жыл бұрын
The best explanation of what functional programming is that I have heard. Thanks a lot, Anjana.
@boxherold1177
@boxherold1177 4 жыл бұрын
This was the best explanation I have ever seen on this. It’s nice to have someone actually explain things instead of trying to show off how much jargon they know
@NicholasEymann
@NicholasEymann 8 жыл бұрын
This is one of the best intros to functional programming I have ever seen!
@sleeplessdev7204
@sleeplessdev7204 5 жыл бұрын
By teaching a subject you recently learned, it's more fresh in your mind, you have simpler examples and gotcha's to share, and you don't get bogged down in all the details and exceptions to the rule that an expert in the field might. I wish more things were taught this way.
@rorycawley
@rorycawley 8 жыл бұрын
Best talk on functional programming I've yet seen. Great to see it on JS too!
@zwdxff5493
@zwdxff5493 7 жыл бұрын
I have done many researchers about functional programming in JS. She could explain concepts clearly. This one is the best. 1 function is everything. 2 side affect is really clear.
@Nachiketa_TheCutiePie
@Nachiketa_TheCutiePie 4 жыл бұрын
She is so expressive and I understood things which I couldn't understand before.
@shaswatkumarparida6179
@shaswatkumarparida6179 4 жыл бұрын
I am also a beginner to the advanced concepts of javascript. Such a comprehensive lecture.
@michaelpritchard2350
@michaelpritchard2350 8 жыл бұрын
This is great! I am learning JS, and the functional paradigm fits in exactly with what I want my code to do: Input-function-output. Perfect!
@anvarsaidov8964
@anvarsaidov8964 2 жыл бұрын
You feel like fish a pond in that audience. All discussed is still relative in 2022, seen them all used in my current project. It's been a pleasure to watch and learn from you.
@Perhelion1
@Perhelion1 4 жыл бұрын
I've never seen a "programmer" talking so lequit and expressive.
@김정영-j4d
@김정영-j4d 4 жыл бұрын
I didn't search anything about javascript but I have luckily watched this video and it makes me deeper understanding of javascript. and also it so great presentation.
@dmaMsk
@dmaMsk 8 жыл бұрын
This is really just an introduction, but I couldn't like it since the presenter is super energetic and her manner to articulate and explain things just have captivated me :) Good talk! Way to go, Anjana Vakil!
@hfontanez98
@hfontanez98 5 жыл бұрын
She got my thumbs up the moment she started talking about the problems with mutability. You'll be surprised how many people still believe that immutability is bad instead of the other way around.
@dtsleite
@dtsleite 7 жыл бұрын
I´m not an english native but I can understand each word she says! Great!
@crossfitbilly
@crossfitbilly 4 жыл бұрын
Anjana is an excellent speaker. SHe made several concepts quite easy to understand, that is a gift. She should do this more. I hope she does.
@KresnaPermana
@KresnaPermana 8 жыл бұрын
She's pretty good as a speaker and sure it's well explained! thanks
@jvwdigital
@jvwdigital 8 жыл бұрын
awesome awesome presentation. As a newbie, this was so insightful. Vakil's ability to communicate what she knows, along with her ability to know what she doesn't know, made her an extremely reliable authority on the subject of FP. I can't believe I watch the whole thing. Great presentation.
@sunnyhours84
@sunnyhours84 8 жыл бұрын
Wow, amazing sum up of all these techniques. You can tell she has been a teacher. Tough crowd though.
@gr5791
@gr5791 Жыл бұрын
Watching this video made me realize I've been doing functional programming all this time... Really great explanation and insight!
@aldinlapinig
@aldinlapinig 8 жыл бұрын
wow... how did you manage to explain things in a very simplistic manner?? Great job on the presentation! Keep it up...
@carolinec8084
@carolinec8084 2 жыл бұрын
I could listen to Anjana speak all day, such an engaging speaker making JS FUN (dare I say?!)
@christerjohanzzon
@christerjohanzzon 5 жыл бұрын
3 years later, this is still brilliant! A really good explanation that I am going to refer to.
@Killofamas
@Killofamas 2 жыл бұрын
6 years after, still is !
@jewel.barman
@jewel.barman 4 жыл бұрын
She's a god to all the coders who can't explain what they're doing even when they're doing the correct thing.
@viksam009
@viksam009 7 жыл бұрын
She is so easy to listen to. Its like listening to a radio jockey.
@mollymccarronproduct
@mollymccarronproduct 5 жыл бұрын
I am new to JS and coming from an object oriented Ruby background I was struggling to understand the 'why' of functional programming. This video brought so much clarity! Thanks so much Anjana! Such an entertaining and easy to follow talk!
@elirane85
@elirane85 7 жыл бұрын
Awesome video. I just wanted to add that it's kinda funny how Functional Programming is considered a "new" trend when in fact it existed way way before OOP.
@adithyanow
@adithyanow 7 жыл бұрын
i don't know anything about programming and i was watching the whole thing ..!!!!..........she is awesome
@bradv5982
@bradv5982 7 жыл бұрын
I'm not a JS developer, but I still found this talk really enlightening, and can translate the methods in this talk into other languages without any problems. Now excuse me, I have the sudden urge to get a subway sandwich
@BabyBearRudy
@BabyBearRudy 5 жыл бұрын
She was really good at explaining this. Not many resources out there elaborate on these ideas and simplify them the way she did. Great job, you can tell she is an educator at heart.
@EdwardVarner
@EdwardVarner 8 жыл бұрын
Great into to FP and using it in JS! It's a shame the room was so dead, but she soldiered on anyway.
@wullxz
@wullxz 7 жыл бұрын
She talked about face expressions of her audience. Maybe they were just too startled by her good communicative skills and by her amazing talk to laugh or say something ^^
@LuisGuillermoMoreno
@LuisGuillermoMoreno 7 жыл бұрын
Edward Varner empty? I can see almost 600k attendants here
@jeffery_tang
@jeffery_tang 3 жыл бұрын
The ending was pretty funny
@ISHANKHANDELWALBCE
@ISHANKHANDELWALBCE Жыл бұрын
Great talk. The way she explained fp so elegantly makes me want to be her student.
@vicsar
@vicsar 7 жыл бұрын
21:07 - Tough crowd tonight... is this mic on? (She did a great job)
@ducamvinh4462
@ducamvinh4462 4 жыл бұрын
yeah that's what i was thinking the whole time, what a dead crowd, she's amazing
@gpnryou
@gpnryou 4 жыл бұрын
@@ducamvinh4462 Yes, she did a great job. But as I see it she seemed overexcited and that was evident to that specific audience
@LanguageSkillz
@LanguageSkillz 4 жыл бұрын
Agreed, quieter audience but she raced into every highlight she loved. They're good ones! I so appreciate how she distinguished their rescue features, in a cauldron of bubbling object staging.
@darranoshea4824
@darranoshea4824 3 жыл бұрын
@@LanguageSkillz You can't really see the audience's faces, but I'd like to think they all have pretty big smiles every time Anjana makes a joke!
@ajayhemanth
@ajayhemanth 5 жыл бұрын
She was great !!! And also she was humble enough to say that she was not qualified to talk about certain topics, which made her even greater ...
@Vaibik
@Vaibik 7 жыл бұрын
I am glad I stumbled upon this video. I would watch it again. Informative and enjoyable at the same time. Personally a fan of FP more than OOP. She's a Great communicator! Should become a teacher. The audience seems to be on the opposite spectrum of the scale of sense of humour. Personally I liked more because I am also an Indian origin person (from the same sub-culture) and sometimes the young (and old) Indians outside India are not so great communicators. She is totally breaking that stereotype. I also connect with my audience like this and sometimes I face such tough crowd as well. :D
@pitpotputpet
@pitpotputpet 3 жыл бұрын
Pretty sure she made it to the end without saying "functions are a 1st class citizen" once. Bravo 👏🏻
@leeritenour
@leeritenour 4 жыл бұрын
8:14 People say that she was once a Kungfu master.
@Mfbzai
@Mfbzai 4 жыл бұрын
Lol
@lailanashim274
@lailanashim274 4 жыл бұрын
Haha nice catch!
@davidkim7410
@davidkim7410 3 жыл бұрын
Can’t quite read all the comment, but I think people all find her easy to listen to. Although I did rewind and playback a few times while watching, speeded up 2 times faster in the rear, I did enjoy her presentation very much.
@Ganesh-Shrestha
@Ganesh-Shrestha 8 жыл бұрын
Awesome, nice presentation on intro to functional programming and a great transformation from English Teacher to Computational Linguist turn now as Software Developer. Great Job !!!
@abnormalmindset
@abnormalmindset 5 жыл бұрын
I remember watching her lecture about a year ago as a newbie to Functional Programming. Now that I have some knowledge in FP I really enjoyed her lecture.
@micjakes1
@micjakes1 5 жыл бұрын
Thank you for defining a function. Takes the smart to make things simple.
@pierreafoutou7368
@pierreafoutou7368 4 жыл бұрын
She has this ability to explain things very well 👌
@joemoorhouse276
@joemoorhouse276 7 жыл бұрын
as a junior developer fluent in ruby and beginning to learn javascript, this is an awesome video
@agentsmidt3209
@agentsmidt3209 8 жыл бұрын
Great speaker.
@sashamc309
@sashamc309 3 жыл бұрын
this presentation was a gem at the time. I didn't realize how important this was for my understanding of FP in JavaScript, along with many other articles and videos. Just learning about mutations, what is Array.prototype.reduce, what is Array.prototype .map - explaining these in simple language is tremendously helpful for people trying to get into modern functional JS.
@AmbuSreedharan
@AmbuSreedharan 5 жыл бұрын
Your teaching experience really shines through the talk. Great stuff!
@helixobscura451
@helixobscura451 7 жыл бұрын
Really engaging talk, she's able to make programming talks less of a bore.
@vim6284
@vim6284 7 жыл бұрын
wow.. just... wow... I've seen a whole bunch of videos on youtube and subscribed all the channels related to programming but couldn't get a decent concept of this functional programming stuff. I was even thinking that, maybe these evil programmers intentionally manufactured this fake concept of FP, which means nothing in reality, in order to waste my time. After watching this video, however, it just blew my mind. I'll even say this video changed both my life and my future career as I'll set aside this OOP which gives me tons of headaches and eager to become a FP programmer from now on. Thank you so much, you just had a huge impact on one's life.
@lukasjost44
@lukasjost44 4 жыл бұрын
I am very curious now. Has your life been changed? :D
@shahhussain3134
@shahhussain3134 3 жыл бұрын
i watched this video years ago during my graduation, and I fell in love with functional programming. ahh that sweet code!
@LanguageSkillz
@LanguageSkillz 4 жыл бұрын
I very much appreciate Anjana's wonderment at Functional Programming approaches to organizing and executing JS code, and her explicit experiences implementing alternative strategies to for-looping. The relief was so apparent. 'Zaiste' has a nice Functional Programming overview as well, although it does not come up cohesively in KZbin. His address of predicate functions, as boolean, as filter, as closure check, prepped me so kindly for this lecture, and her mention of the mori library sounds like a superb option after delving into some _lodash. JS presents a most-robust programming language, and Node (and/or its insights) seem to free it from much object-oriented mayhem it can fling. Happy to look up your work on Node since this, AV. Can't express enough how refreshing this has been, especially after regarding some D. Crockford highlights of features that've been outright forced or misapplied, perhaps due to programmers' depth of experiences with other languages and extents of ineptitude regarding how to play to JS strengths. Yet JS is now a most vast body of internet code and with such varied approaches having been validated by several rounds of practices/schools of thought already. Some can sprawl outright Loch ness tentacles, and coming across legacy code is ever a thing. The Functional JS approach is also a favorite of mine, extending that single lamda strength to center function-as-object and within a more amazing nodular mesh.
@bslndhamlegal3687
@bslndhamlegal3687 2 жыл бұрын
What are you talking about ?
@neverneverlandmysocialdile7912
@neverneverlandmysocialdile7912 2 жыл бұрын
Totally agree 💯
@neverneverlandmysocialdile7912
@neverneverlandmysocialdile7912 2 жыл бұрын
@@bslndhamlegal3687 she's talking (code, if I may, and clearly this gal is approaching if not yet already accomplished greatness using these variables yet to be learned.)
@TusharJade101
@TusharJade101 2 жыл бұрын
She is one of the best explainers I have ever seen
@karanpadda
@karanpadda 8 жыл бұрын
i feel motivated, i think we need more women programmers for sure.
@osamagamal495
@osamagamal495 5 жыл бұрын
hell yeah!!
@pinxieanime
@pinxieanime 4 жыл бұрын
Indeed!
@cgoodwin2127
@cgoodwin2127 5 жыл бұрын
Lucid. Concise. And can be played @ 2X without losing comprehension!
@larryd9577
@larryd9577 5 жыл бұрын
This auditorium felt so familiar the whole time... It is the one I sit every week in. 😂 It's the Geomatikum in Hamburg.
@expertsconcepts6708
@expertsconcepts6708 4 жыл бұрын
I don't think she is learned these in 6 months, as I am programmer for the last 1 decade and I may not deliver this knowledge in this way... !! simply awesome.
@jsnadrian
@jsnadrian 5 жыл бұрын
really cool talk - like how sincerely excited she is! im still pretty horrible at functional thinking, but that's on me.
@diamond-iamthemaincharacter
@diamond-iamthemaincharacter 2 жыл бұрын
Im from Japan. Although Im not used to hearing English presentation, I could fully understand the concept of FP because her explanation was amazing. Thanks a lot
@PRINCE-XII-A
@PRINCE-XII-A 2 жыл бұрын
Her voice is so good 😍
@sunnysheikh1090
@sunnysheikh1090 5 жыл бұрын
grate communicating power.....i m also a student and has started my career its very helpful special thanks to uniconf for providing her platform and allow us to hear her....and thank to anjana also
@Roshambo3
@Roshambo3 5 жыл бұрын
Amazing presentation. This gave me a ton of “ah-ha” moments. She explained it really well
@ajayboro4514
@ajayboro4514 3 жыл бұрын
I was conquering javascript functional programming on the freeCodeCamp curriculum and my mind stuck at it then I remember this video which I watched a couple of months ago however, I didn't understand then. Today I have watched it again and it makes sense to me what is functional programming is about. Thank you Anjana Vakil for this wonderfully simple explanation. It helped noobies like me.
@kartikkalia01
@kartikkalia01 3 жыл бұрын
Hey I'm learning JS for web dev, I've previously solved some DSA problems on hackerank. So should I go for freecodecamp? Or anything else, please suggest.
@candidodmv
@candidodmv 8 жыл бұрын
Congrats for this amazing presentation.
@fazalmehmood6802
@fazalmehmood6802 4 жыл бұрын
As a full stack developer based in Norway, none of the concepts she explained were new to me but I did it anyways because she is such a great speaker. I wish I could meet her in real life and exchange ideas.
@iocusdigital6534
@iocusdigital6534 3 жыл бұрын
"I am just starting learning JS" -> speaking at JS Conf 23:43 "I am here thanks to diversity ticket" -> meritocracy 28:40 "Non-blocking concurrency and Promises are all things that I don't feel qualified to talk about right here. I would love to turn that question over to the audience. Anybody want to respond?" -> still meritocracy .... at this point everything is possible. I can go in a 3 michelin stars restaurant and teach them how i am learning to make apple pie.
@andrewilliams1974
@andrewilliams1974 4 жыл бұрын
Anjana definitely had my attention. I learned a lot from her and she is easy to listen to. Great communicator!
@kasvith
@kasvith 3 жыл бұрын
Damn I can watch this all the day
@jlopekkos2164
@jlopekkos2164 2 жыл бұрын
I've understood everything, it's not a great talk , its the best talk I've seen
@adagas-caouchristian7875
@adagas-caouchristian7875 5 жыл бұрын
Great talk. I'm a webdev rookie and since I'm used to functional programming in other languages I was wondering how one could use this paradigm properly in JS. Thanks a lot.
@piusvictor8780
@piusvictor8780 2 жыл бұрын
She is an Amazing Concept Presenter...👏👏
@ashishjha9262
@ashishjha9262 7 жыл бұрын
directly watch from 4:56 :)
@USONOFAV
@USONOFAV 4 жыл бұрын
You can use OOP amd FP together in different granularity. Use OOP to identify boundaries in the architecture and use FP inside those boundaries.
@p.z.8355
@p.z.8355 4 жыл бұрын
why is the hype about functional programming though ? why is persistency & immutability & pure functions good ?
@paceaux
@paceaux 7 жыл бұрын
ohhh man. this is awesome. It's nice to know that I've already been writing in a more functional style. But reading the raw math-like explanations of functional programming, I didn't really get it. This is a really helpful explanation of exactly how functional programming works in a JS conference. She deserves all the upvotes.
@wynwilliams6977
@wynwilliams6977 8 жыл бұрын
Anjana Vakil a fucking awesome speaker, got my kid really into it
@nurudeenkarim994
@nurudeenkarim994 8 жыл бұрын
you ruin everything with the F-word. But i agree. great speaker.
@wynwilliams6977
@wynwilliams6977 8 жыл бұрын
Nurudeen Karim F-word? you mean 'fuck'? go on say it three times fast it will make you feel good ;)
@nurudeenkarim994
@nurudeenkarim994 8 жыл бұрын
Wyn Williams LOL
@luisluiscunha
@luisluiscunha 3 жыл бұрын
Great presentation. I almost missed giving her a like, but than I saw the 1.6K envious people who wish they could do a presentation like hers.
@amypellegrini1732
@amypellegrini1732 8 жыл бұрын
Thanks to his talk I realised that I was already doing functional programming without knowing it.
@josephwong2832
@josephwong2832 3 жыл бұрын
great talk. love how JSConf has grown since then
@HassanSani
@HassanSani 7 жыл бұрын
I am really surprise this video has 215 unlikes, was it some kind of a miss click
@MarioHari
@MarioHari 4 жыл бұрын
I'm glad to say that I'm currently doing Master's at the same Uni where she also did her graduate studies in Computational Linguistics! Saarland University (now Saarland Informatics Campus) is indeed one of the *best* places in Europe to do grad studies in Computer Science!!!
@zero11010
@zero11010 2 жыл бұрын
12:09 I’ve seen this abused by front end engineers a lot. Map, filter, reduce and some others do a lot of work. In the right situation they’re great. Each is a full iterative loop. Each builds a new array. I’ve seen these chained to .map().filter().map.()reduce().map() results. When dealing with large amounts of data this is a whole lot of looping and a whole lot of extra arrays being created (which is essentially an extra action on each element (2N+ instead of 1N), plus the space it takes up). If you know it’s a small amount of data the inefficiency hardly matters. If the data can grow it’s really worthwhile to write something much more custom. These kinds of solutions can be many times faster. It’s like building an array and iterating with includes or find or whatever. If you could have built a set and had constant lookup that would have been the right answer. You don’t get a pat on the back for not looping with map or filter or forEach if the right solution is constant look up from a set.
@DryBones111
@DryBones111 2 жыл бұрын
That's the issue with the built-in array prototypal implementations but typically in a well designed library (or an actual FP language) these operations are composed and recursed through once, applying the functions using thunks.
@ee-vk7is
@ee-vk7is Жыл бұрын
hey my english is not that good but im trying to understand this sentence : "You don’t get a pat on the back for not looping with map or filter or forEach if the right solution is constant look up from a set." "You dont get a praise if you are not using loop , if the solution is to use set ?" Shouldnt he get praise ? Or get a praise if he is not using loop ?
@zero11010
@zero11010 Жыл бұрын
@@ee-vk7is it means you don’t get praise for avoiding this kind of loop if the ideal solution was to avoid using an array in the first place.
@ee-vk7is
@ee-vk7is Жыл бұрын
@@zero11010 That means, "just do whatever solves the problem, but maybe try to achieve the ideal solution" ?
@zero11010
@zero11010 Жыл бұрын
@@ee-vk7is it means a solution that isn’t optimal isn’t very impressive. Praise comes from a more optimal solution. There are a million ways to write code that will accomplish a given task. A VERY small percentage of those are ideal (worthy of praise or recognition). I’m sure you’ve seen code like what I was originally speaking about. It takes up very few lines on the screen. It takes a thing and runs 4 or 5 separate array methods where many of those methods will separately create a new array and EACH is a separate loop over the data. It’s slow and lazy way to write code. Lots of people do it. Mostly because they don’t know better or aren’t held to higher standards. It’s MUCH more common with front end code because if you’re almost always dealing with small amounts of data then this kind of thing can be acceptable. If you have an array with 10 elements and you iterate over it 5 times and create 4 additional duplicate arrays that are just garbage … well, it doesn’t matter a ton. That’s a small amount of work and it’s all happening on the client side. That’s still hundreds of operations and 4N space you’re taking up. But, if N is small that’s not a big deal. It would still be better, in most situations, to write easy to read code that does the same work in 1N space and 1N time (instead of 4N space and 5N time in this example). Again … if N is equal to 10 … it hardly matters either way. But, if N becomes more considerable and if the code is filled with these inefficient patterns … things will add up quickly.
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 3,4 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 186 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 60 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 49 МЛН
Ditch your Favorite Programming Paradigm
6:08
Code Persist
Рет қаралды 207 М.
Functional Programming in 40 Minutes • Russ Olsen • GOTO 2018
41:35
GOTO Conferences
Рет қаралды 819 М.
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
Object Oriented Programming vs Functional Programming
18:55
Continuous Delivery
Рет қаралды 762 М.
The Power of JS Generators by Anjana Vakil
36:10
JSConf
Рет қаралды 168 М.
Dear Functional Bros
16:50
CodeAesthetic
Рет қаралды 555 М.
Object Oriented Programming is not what I thought - Talk by Anjana Vakil
38:51
Object Oriented vs Functional Programming with TypeScript
12:07
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 3,4 МЛН