In this article, we introduce you to the concept of algebraic data types and show how you can build your own data types in Haskell.| Algebraic Data Types in Haskell
The essentials of the Rust programming language in one post| GeekLaunch
Why I am not enjoying programming in Rust.| mmapped.blog
A catalogue of Rust design patterns, anti-patterns and idioms| rust-unofficial.github.io
In this article, we show how to use TypeScript to implement Haskell concepts like algebraic data types, higher-kinded types, tagless final, and more.| Functional Programming in TypeScript