-
The best resources for learning Rust are the Book, and Rust by Example. You should also check out Rust's learn page for more resources.
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
The best resources for learning Rust are the Book, and Rust by Example. You should also check out Rust's learn page for more resources.
-
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
-
applicative-kata
Understanding applicative functors by playing with a random number generator (based on Mighty Byte's Monad Kata)
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
-
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
-
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
-
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
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Related posts
-
rlci: Overly-documented Rust-powered Lambda Calculus Interpreter. A real programming language in just a bit of code and way too many comments.
-
I find myself going back to Rust to maintain my skillset at work
-
Show HN: I made a 3D SVG Renderer that projects textures without rasterization
-
Rust Learning Roadmap: A Structured Path to Mastery.
-
Getting Started with Rust: A Modern Systems Programming Language