mostly-adequate-guide
functional-programming-jargon
mostly-adequate-guide | functional-programming-jargon | |
---|---|---|
21 | 18 | |
23,753 | 18,650 | |
0.1% | 0.0% | |
5.5 | 2.5 | |
12 months ago | almost 2 years ago | |
JavaScript | ||
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mostly-adequate-guide
- Professor Frisby's Mostly Adequate Guide to Functional Programming
- Mostly adequate guide to Functional Programming (in JavaScript)
-
Anyone use Git for writing projects?
This project might serve as inspiration: https://github.com/MostlyAdequate/mostly-adequate-guide
-
[AskJS] Is there a website out there for learning functional programming in javascript?
i like reading this book directly from github with dark mode, also the subheading don't work in the gitbook website and gitbook is abandoned, here's the github link: https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/SUMMARY.md
- FE devs, ceva sfaturi pentru un junior?
- How do you run an effective clean code book club, and looking for homework ideas?
- [AskJS] object oriented or functional , which one you guys oftenly use while writing code in vanilla JavaScript?
-
FP techniques that will help you write better JavaScript
It’s been a while since I focused on FP, but I recall finding this useful quite often and gleaning the concepts from it relatively easily.
https://github.com/MostlyAdequate/mostly-adequate-guide
I found a lot of articles like the OP, and ultimately they left me confused about the benefits in the beginning. I found it more useful to avoid one off articles and dig into larger pieces of work where the author put in much more care.
-
Help an old OO developer figure out current practices for structuring server side javascript?
On the book front, there are two that I am fond of which have a focus on JavaScript and FP, Professor Frisby’s Mostly Adaquate Guide, and Functional Light JavaScript. They are nice practical books that help you lean into JS’s strength as an FP language while writing real code.
-
Ask HN: Hey Functional Programmers, how did you learn functional programming
So, this is going to be an uphill battle for you. I suggest you actually learn Haskell first, and then you'll be able to apply its lessons to TypeScript.
Its tricky because these are patterns that are familiar in Haskell but are not really taught in other settings.
Additionally, to really learn these, you need to experiment with them. Use them. etc. That's pretty hard to do if the learning resources are mostly in haskell and you don't really understand it.
Alternatively, this might help: https://github.com/MostlyAdequate/mostly-adequate-guide
Also alternatively, what I would do is just go slowly through the fp-ts code. Look at it a piece at a time and slowly grow your understanding.
This may also help https://www.amazon.com/Domain-Modeling-Made-Functional-Domai...
functional-programming-jargon
-
6 Skills You Need To Read Tech Articles Like a Pro
Many industries have built up their own terminology over time, and shared language is an important tool for effective communication. It's hard to read a technical article without running into some jargon. Whether it's the "normal forms" in databases or the many entries in functional programming jargon, there are plenty of terms we won't know.
-
JavaScript-algorithms: Algorithms and data structures implemented in JavaScript
Another useful resource is Functional Jargon Explained (in Javascript): https://github.com/hemanth/functional-programming-jargon
-
What’s so great about functional programming anyway?
Functional Programming Jargon is great at explaining these concepts. Monad: https://github.com/hemanth/functional-programming-jargon#mon...
Purists will say it's not entirely correct, but we don't care about purism :)
- Ask HN: I like studying the concept of abstractions
-
Okay, so have you Heard about monads?
I've recently read this thing that really helped monads "click" for me. I find it useful to learn things by example, maybe you do too.
-
Functional programming jargon in plain English
Be the change you want to see in the world haha
https://github.com/hemanth/functional-programming-jargon/pul...
-
Hacker News top posts: Jul 4, 2022
Functional programming jargon in plain English\ (73 comments)
- Jargon from the functional programming world in simple terms
-
How Side Effects Work in FP
There's "Functional Programming Jargon" which explains all these concepts in Javascript: https://github.com/hemanth/functional-programming-jargon
What are some alternatives?
cheatsheets - Posit Cheat Sheets - Can also be found at https://posit.co/resources/cheatsheets/.
result4k
lambda-fibonacci - js lambda calculus implementation of the fibonacci sequence
You-Dont-Need-Loops - Avoid The One-off Problem, Infinite Loops, Statefulness and Hidden intent.
awesome-functional-programming - Yet another resource for collecting articles, videos etc. regarding functional programming