Show HN: Wyzer Programming Language
- Programming
- Developer Tools
- Distributed Systems
- Open Source
The Show HN was for Wyzer, a statically typed compiled language that tries to extend memory-safety ideas into distributed systems. The pitch is that instead of only preventing local memory bugs, Wyzer uses choreographic programming to express communication as one global program that can be projected into separate executables for different roles, with the goal of preventing protocol mismatches and some classes of distributed deadlock by construction. It also claims a simpler ownership story than Rust by combining linear or affine types with Perceus-style reference counting.
If you are pitching a new language or infrastructure primitive, lead with the one capability people cannot get elsewhere and prove it with concrete code. For distributed-systems tooling, readers are willing to entertain ambitious safety claims, but only if you show the failure modes you prevent and the trade-offs you introduce.
-
github.com
- Discuss on HN