Functional Programming Glossary


Summary of my bookmarked Github repositories from Jul 25th, 2016

Github repositories

  • hemanth/functional-programming-jargon

    Functional Programming Jargon is a comprehensive glossary that explains the key concepts and terminology of functional programming (FP). The document covers a wide range of topics, including higher-order functions, closures, partial application, currying, function composition, pure functions, side effects, idempotence, point-free style, predicates, and more. Each term is explained with examples in JavaScript, making it easier for beginners to grasp FP concepts. The glossary also provides translations in multiple languages and additional resources for further reading. Overall, it serves as a helpful reference for anyone learning or working with functional programming.