lambda
By MeetMartin
es6-monad-challenge
An implementation of the random number kata from monad challenges in ES6 (by ygt-mikekchar)
Our great sponsors
lambda | es6-monad-challenge | |
---|---|---|
2 | 1 | |
32 | 2 | |
- | - | |
4.8 | 2.5 | |
5 months ago | 10 months ago | |
JavaScript | JavaScript | |
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.
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.
lambda
Posts with mentions or reviews of lambda.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-16.
- @7urtle/lambda npm release 1.4 version for functional programming in JavaScript
-
A good online course/eBook for learning Rust in Functional style?
I usually use a libraries like this or this to have monads and "auto-curriyng" in my code in JS. It seems that Rust is indeed lacks of those libraries, the only ones which I could find are fp_rust and fp_core . Both of them are not widely used as of now
es6-monad-challenge
Posts with mentions or reviews of es6-monad-challenge.
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?
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
What are some alternatives?
When comparing lambda and es6-monad-challenge you can also consider the following projects:
Rambda - Faster and smaller alternative to Ramda
rust-fp - The Library for Functional Programming in Rust
book - The Rust Programming Language
rust-by-example - Learn Rust with examples (Live code editor included)
fp-core.rs - A library for functional programming in Rust
applicative-kata - Understanding applicative functors by playing with a random number generator (based on Mighty Byte's Monad Kata)