Reublab is a programming language designed for readability and ease of use. It's a personal project, so it may not be the most well-formed product to ever exist, but I publish it in the hopes that someone else may find it useful! (And I'm always open to suggestions and critiques here)
With features from the C family of languages and other features inspired by less well-known languages, like Elixir, Reublab not only aims to bridge the gap between languages like Python and languages like C#, but blend this with aspects of Functional Programming.
At the moment, this documentation simply highlights some of the more unique features of Reublab, so it's important to note that the language makes heavy use of C-style syntax (i.e. curly braces) but for type definitions, uses syntax familiar to TypeScript developers.