fp-core.rs VS monad-challenges

Compare fp-core.rs vs monad-challenges and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
fp-core.rs monad-challenges
2 3
1,296 316
- -
0.0 1.8
almost 2 years ago over 2 years ago
Rust Haskell
MIT License GNU General Public License v3.0 or later
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.

fp-core.rs

Posts with mentions or reviews of fp-core.rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • Is Scala worth learning in 2023?
    5 projects | /r/scala | 29 Jun 2023
    Learn something that pays the bill first - nowadays it's Golang/Rust react/typescript. Then you can try some pure fp libs like fp-ts and fp-core.rs, and look through existing scala cats docs. If you'll feel bad about it - that's totally fine and expectable, fp takes a paradigm shift and not that many dev able to shift their brains way of thought due to basic psychological rigidity) (inability to change habits and to modify concepts/attitudes once developed). And that's purely a staffing and management issue - folks hired randoms out of the blue, and called 'em a team.
  • A good online course/eBook for learning Rust in Functional style?
    9 projects | /r/rust | 16 Sep 2021

monad-challenges

Posts with mentions or reviews of monad-challenges. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-16.
  • A good online course/eBook for learning Rust in Functional style?
    9 projects | /r/rust | 16 Sep 2021
    One kata that I love is the random number challenge in Mighty Byte's Haskell monad challenges: https://github.com/mightybyte/monad-challenges (doesn't seem to be hosted anywhere any more...) Here is my attempt at making it a bit more straight forward: https://github.com/ygt-mikekchar/applicative-kata Beware, though: it's not finished and there are areas that are downright wrong. Here is a weird ES6 implementation: https://github.com/ygt-mikekchar/es6-monad-challenge
  • Porting monad-challenges to PureScript
    1 project | /r/purescript | 5 Mar 2021
    I'm new to contributing to open source. Can someone weigh in on the etiquette on forking the monad-challenges repo to port it to PureScript? The text says it's licensed under Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0), and the only code is MCPrelude.hs, and the LICENSE file looks like it has a standard BSD 3 clause license, so it seems like a fork would be OK. Do people usually contact the authors to get their blessings too?
  • Need help in learning
    2 projects | /r/purescript | 3 Mar 2021
    I thought the Monad Challenges at http://mightybyte.github.io/monad-challenges/ were great for that, but is done in Haskell and uses a slightly customized Prelude. Porting to Purescript should be pretty straightforward

What are some alternatives?

When comparing fp-core.rs and monad-challenges you can also consider the following projects:

rust-fp - The Library for Functional Programming in Rust

rust-by-example - Learn Rust with examples (Live code editor included)

purescript-jordans-reference - Learn PureScript with this "clone and play" repository

Rambda - Faster and smaller alternative to Ramda

applicative-kata - Understanding applicative functors by playing with a random number generator (based on Mighty Byte's Monad Kata)

book - The Rust Programming Language

rlci - 🦀 λ Overly-documented Rust-powered Lambda Calculus Interpreter.

es6-monad-challenge - An implementation of the random number kata from monad challenges in ES6

lambda