Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #3151
| From | "Pascal J. Bourguignon" <pjb@informatimago.com> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Lambdas/Callback Functions/Functional Programming. What is the point? |
| Date | 2015-01-22 18:33 +0100 |
| Organization | Informatimago |
| Message-ID | <87ppa6u3d0.fsf@kuiper.lan.informatimago.com> (permalink) |
| References | <d0ca87a6-bb4d-40ea-be51-4924c2368091@googlegroups.com> |
Steve <tinker123@gmail.com> writes: > Hi all, > > I had my first introduction to Java 8 last night via a talk on > lambdas, streams, and functional programming. > > I understand that this is they way college students are learning to > program in Java, so it is here to stay, so I plan on learning it too. > > I want to understand why Oracle implemented lambdas, streams, and functional programming. > > It looks very similar to the "callback funcitons" I have seen in > javascript and the jQuery library. I never liked that as it seemed to > me to be a poor way of organizing things ( feeding blocks of > code/functions into other functions ). > > Basically, what I would like to understand is what are the benefits of these things? http://web.stanford.edu/class/cs242/readings/backus.pdf http://worrydream.com/refs/Hughes-WhyFunctionalProgrammingMatters.pdf -- __Pascal Bourguignon__ http://www.informatimago.com/ “The factory of the future will have only two employees, a man and a dog. The man will be there to feed the dog. The dog will be there to keep the man from touching the equipment.” -- Carl Bass CEO Autodesk
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Lambdas/Callback Functions/Functional Programming. What is the point? Steve <tinker123@gmail.com> - 2015-01-22 09:35 -0800 Re: Lambdas/Callback Functions/Functional Programming. What is the point? "Pascal J. Bourguignon" <pjb@informatimago.com> - 2015-01-22 18:33 +0100 Re: Lambdas/Callback Functions/Functional Programming. What is the point? Lothar Kimmeringer <news200709@kimmeringer.de> - 2015-01-23 22:17 +0100
csiph-web