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

Continuations #128

Closed nickzuber closed 7 years ago

nickzuber commented 7 years ago

How do we feel about adding continuations to this list? Especially in FP with JavaScript, continuations are pretty important and can be confusing to understand for beginners without having a simple definition to reference.

If we want to add continuations, I can submit a PR for this!

jethrolarson commented 7 years ago

No objection here

On Mon, Dec 19, 2016, 8:56 PM Nick Zuber notifications@github.com wrote:

How do we feel about adding continuations to this list? Especially in FP with JavaScript, continuations are pretty important and can be confusing to understand for beginners without having a simple definition to reference.

If we want to add continuations, I can submit a PR for this!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hemanth/functional-programming-jargon/issues/128, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB-4KLHkvY_7TlmLZCLaJ2cF3BJdoZXks5rJ2AKgaJpZM4LRd16 .

nickzuber commented 7 years ago

I'll start working on a PR soon then and see what we think about it