monad-challenges
A set of challenges for jump starting your understanding of monads. (by mightybyte)
rust-by-example
Learn Rust with examples (Live code editor included) (by rust-lang)
Our great sponsors
monad-challenges | rust-by-example | |
---|---|---|
3 | 38 | |
303 | 4,702 | |
- | 3.0% | |
0.8 | 8.2 | |
10 months ago | about 4 hours ago | |
Haskell | ||
GNU General Public License v3.0 or later | 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.
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.
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?
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
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
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
rust-by-example
Posts with mentions or reviews of rust-by-example.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-01.
-
Rust from 0 to 80% for JavaScript Developers
I'm very much a Rust noob, and my overall programming knoweldge is a bit shallow but I don't think this is that helpful to understand Rust. I'd rather point people to The Rust Book and Rust by Example, which are beginner friendly and explain everything useful quite well.
-
DevLog[0]: Building a serverless platform for Rust in 4 weeks
Like Rust by Example? :D
-
Rust
Outra companhia bacana no começo é o Rust by Example.
-
Simple logical organized source of learning rust? Any ?
isn't rust by example the tutorial? https://doc.rust-lang.org/stable/rust-by-example/
-
Easiest linux skill for finding a job?
If you haven't already, I'd recommend starting with Rust by Example, Rustlings, and the Command Line Applications Book. Perhaps even trying to solve Advent of Code challenges with Rust.
-
New in rust
"The Rust Programming Language" (a.k.a. "the book") is a fantastic resource for getting started. I also like "Rust by Example".
-
Best Book to learn rust
Rust by Example (As a supplement to The Book if you want more example-based learning)
-
[Media] Rust Iceberg
Among us PR
Here you go
-
Rust takes a major step forward as Linux's second official language
Rust by example if you want more examples
What are some alternatives?
When comparing monad-challenges and rust-by-example you can also consider the following projects:
book - The Rust Programming Language
Rustlings - :crab: Small exercises to get you used to reading and writing Rust code!
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
monkey - Monkey patching in Go
RustBooks - List of Rust books
easy_rust - Rust explained using easy English
reference - The Rust Reference
Rambda - Faster and smaller alternative to Ramda
fp-core.rs - A library for functional programming in Rust
tour_of_rust - A tour of rust's language features
crates.io - Source code for crates.io