"Simplicity is not the absence of power. It is power without pretense." ~ Atiksh Sharma Feel free to use the pretentious quote anywhere lol. Wyzer is a statically typed, compiled, resource-oriented programming language with integrated distributed safety via choreographic programming and a perceus memory model Motive behind Wyzer Rust guarantees safety within a process It does nothing for: distributed deadlocks protocol mismatches cross-service correctness To solve this problem Wyzer introduces the concept of choreographic programming which is one of the few serious attempts to solve it. Contributions are welcome, if you want to contribute to the language please read RESEARCH.md Join our discord server as well :)) https://discord.gg/RhpPhkTrVu Documentation To learn how to program in Wyzer, check out our official documentation: Introduction Variables and Types Control Flow Functions and Structs Memory Model How to Code in Wyzer Wyzer is designed to be simple, explicit, and easy to read.…