Skip to content

Instantly share code, notes, and snippets.

@antsmartian
Last active January 11, 2018 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antsmartian/9ded5d2172e6e24c1cd6842b08b845a4 to your computer and use it in GitHub Desktop.
Save antsmartian/9ded5d2172e6e24c1cd6842b08b845a4 to your computer and use it in GitHub Desktop.

Functors In JavaScript Space.

Functors are fancy terms in functional programming field. People from FP (like Haskell) background talks a lot about Functors in their day to day activities, however we as JavaScript developers, using Functors internally in all our application code base! Can't believe? Yes, we are using them without realizing! In this talk, we are going to create our own Functors in JavaScript and understand how real world use cases are solved by using Functors in JavaScript space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment