functional-programming-jargon icon indicating copy to clipboard operation
functional-programming-jargon copied to clipboard

Jargon from the functional programming world in simple terms!

Results 30 functional-programming-jargon issues
Sort by recently updated
recently updated
newest added

From the section on constants: > With the above two constants the following expression will always return true. > > `john.age + five === ({name: 'John', age: 30}).age + (5)`...

You should add an endo functor definition to better explain monadic binds.

A number of problems with confusing or dubious words in some of the explanations: (About currying) > into the same function with an arity of one This is, very obviously,...

**Hi.** I created an F# version of this repo. This change adds a link to the F# version. **Let me know what you think,** **- Derek**

This formatts the odd bits of the document to make it more consistent with the rest. This includes: - Whitespace after "headings - Use `__style__` of bolding (it is used...

There was a broken link.

I'm not so sure about the monoid section, where it's stated that: > Array concatenation also forms a monoid With the example: ```js [1, 2].concat([3, 4]) ``` I don't feel...

Hello, I just wanted to say that flatMap is part of JS and widely supported now :) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flatMap Have a nice day, best regards, Laurent Lyaudet

> A monad is an object with [of](https://github.com/hemanth/functional-programming-jargon#pointed-functor) and chain functions. > An object that has extract and extend functions. Explain why this is. Like this it doesn't explain jargon,...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies