mostly-adequate-guide VS fp-ts-std

Compare mostly-adequate-guide vs fp-ts-std and see what are their differences.

mostly-adequate-guide

Mostly adequate guide to FP (in javascript) (by MostlyAdequate)

fp-ts-std

The missing pseudo-standard library for fp-ts. (by samhh)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
mostly-adequate-guide fp-ts-std
20 1
23,123 202
0.4% -
6.2 8.5
4 months ago 21 days ago
JavaScript TypeScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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

Posts with mentions or reviews of mostly-adequate-guide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.

fp-ts-std

Posts with mentions or reviews of fp-ts-std. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-28.
  • Ask HN: Hey Functional Programmers, how did you learn functional programming
    3 projects | news.ycombinator.com | 28 Oct 2021
    fp-ts is hard to learn. Its docs, whilst improving, aren't great and it's applying pure functional concepts to a language which isn't designed for it. The outcome is surprisingly good but it's hard to understand as a newcomer why certain design decisions have been made, or what patterns are and are not idiomatic.

    I'd recommend learning Haskell in your free time. It's a major paradigm shift but once it clicks you'll find it a lot easier to translate those concepts into fp-ts.

    I went through this journey a couple of years ago, and now write heavy fp-ts code full-time - including maintaining fp-ts-std[1] - as well as some paid Haskell gigs on the side. Do feel free to reach out if you want any guidance at all, you'll find my email on my personal site[2]. The FP Slack is also a great place to ask for help with anything FP, including fp-ts - if you send me an email I can have an invitation sent to you.

    [1]: https://github.com/samhh/fp-ts-std

What are some alternatives?

When comparing mostly-adequate-guide and fp-ts-std you can also consider the following projects:

functional-programming-jargon - Jargon from the functional programming world in simple terms!

fp-ts - Functional programming in TypeScript

cheatsheets - Posit Cheat Sheets - Can also be found at https://posit.co/resources/cheatsheets/.

haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.

gleam - ⭐️ A friendly language for building type-safe, scalable systems!

lambda-fibonacci - js lambda calculus implementation of the fibonacci sequence

RxCoreData - RxSwift extensions for Core Data

nbdev - Create delightful software with Jupyter Notebooks

papermill - 📚 Parameterize, execute, and analyze notebooks

awesome-functional-programming - Yet another resource for collecting articles, videos etc. regarding functional programming

javascript - JavaScript Style Guide