hemanth / functional-programming-jargon

Jargon from the functional programming world in simple terms!
http://git.io/fp-jargons
MIT License
18.59k stars 1.02k forks source link

Added Closures #116

Closed sunnypatel165 closed 7 years ago

sunnypatel165 commented 8 years ago

Placing this after Currying because I feel they are related and often confused with each other.

stereobooster commented 8 years ago

Closures are requirement for Currying.

sunnypatel165 commented 7 years ago

Hi, @jethrolarson @hemanth - any more comments or changes? This is hanging since 3 weeks now :laughing:

amilajack commented 7 years ago

I think it would also be useful to add the difference between closures and lamdas (a lot of ppl seem to not know the difference between them)

hemanth commented 7 years ago

I think it would also be useful to add the difference between closures and lamdas

Would vote for that!

hemanth commented 7 years ago

Ping!

sunnypatel165 commented 7 years ago

Couldn't finish this for a long time, sorry! Check now @hemanth :) PS - I really don't know why people get confused between lambdas and closures! Clearly different things!

hemanth commented 7 years ago

Thanks!

amirouche commented 7 years ago

Tx!