Skip to content

Instantly share code, notes, and snippets.

@pokorson
Last active January 15, 2022 11:48
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save pokorson/5d16e3ee0eec3c22732eb2e0bbd12349 to your computer and use it in GitHub Desktop.
Save pokorson/5d16e3ee0eec3c22732eb2e0bbd12349 to your computer and use it in GitHub Desktop.
Functional programming in JS basic materials
@nickmccurdy
Copy link

Can you please convert this to Markdown so we get clickable links? 😄

@aviladev
Copy link

aviladev commented Jul 1, 2018

@tmns
Copy link

tmns commented Apr 25, 2019

If folks want to learn about Ramda, I suggest also checking out this really fun & interactive guide on educative:
Functional Programming Patterns With RamdaJS!

This page also has interactive coding. It's focused on Functional Reactive Programming specifically; however, it also covers some FP fundamentals:
LearnRx

And then of course this series by Eric Elliott on Composing Software is great:
Composing Software - Eric Elliott

@jgreen01su
Copy link

@pokorson The link to Practical intro to monads in JS is broken. Gives 502 ERROR.

@pokorson
Copy link
Author

pokorson commented Jul 9, 2019

@jgreen01su hi, probably it was some temp server issue, it works for me now

@S3B4S
Copy link

S3B4S commented Oct 2, 2019

The mostly-adequate-guide points to an older version, could you please update the link?: https://mostly-adequate.gitbooks.io/mostly-adequate-guide/content/ 😄

@pokorson
Copy link
Author

pokorson commented Oct 4, 2019

@S3B4S thanks for pointing that! it's fixed now

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