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

Add more morphisms #146

Closed stevemao closed 5 years ago

stevemao commented 7 years ago

I was watching @DrBoolean's A Million Ways to Fold in JS but I couldn't understand most of the morphism jargons. I presume the video is for experienced devs who are from a FP language background. The moment when I tried to search for "Catamorphism javascript" on google I couldn't get anything. I really hope there would be more in depth FP resources written in JavaScript. Luckily @i-am-tom kindly wrote up something that could be understood by JS devs like me. I have fixed a minor mistake in @i-am-tom's original write up and tweaked a few wording.

Also cc @joneshf @getify @shineli1984

Thanks!

i-am-tom commented 7 years ago

Oh no :O what was my mistake?

jethrolarson commented 7 years ago

Trailing spaces are meaningful in markdown so you shouldn't be stripping them automatically

stevemao commented 7 years ago

@jethrolarson not with one space. Two spaces would create a \n but there are two newlines after it so it creates a seperate node already.

mrtnbroder commented 6 years ago

Whats up with this whole project? so many PRs and issues, can we get this merged in?

hemanth commented 6 years ago

@mrtnbroder This is pretty much active, there are many reasons for open PRs and issues if you go through them.

@stevemao it needs a rebase.

stevemao commented 5 years ago

@hemanth Sorry for the delay. Conflicts should be resolved

hemanth commented 5 years ago

NP!

Awesomeness after ~2years this PR is going!