The Wyzer Programming Language
"Simplicity is not the absence of power. It is power without pretense." ~ Atiksh Sharma
Feel free to use the prentensious 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.
... continue reading