AI Weekly Malaysia

Back to items Summaries

Show HN: Wyzer Programming Language

ID
12316
Status
new
Published
07 Aug 2026, 8:28 PM
Fetched
09 Aug 2026, 8:34 PM
Provider
Hacker News
Category
dev-community
Original URL
https://github.com/Wyzer-Lang/wyzer
Source URL
https://hnrss.org/best

Excerpt

So i've been working on this project since a few days (or months i should say), it's called wyzer (meaning wiser) it's a statically typed, compiled, resource-oriented programming language with integrated distributed safety via choreographic programming and perceus memory model, The reason why i began this project is out of frustration from Rust, you see it does provide safety for your memory by the strict type checking but what it does not gurantee safety against are distributed deadlocks which is basically a few independent nodes or services wait permanently for resources or messages held by each other, forming a circular wait, the rest are cross-service correctness and protocol mismatch as well. If we are specific over here Wyzer works on mainly generalizing the concept of choreographic programming in a high level programming language because its the very few attempts of actually solving these gaps of safety. Instead of borrow checkers and lifetimes wyzer has linear/affine types and a perceus reference counting which is computationally much simpler for an LSP to understand as wellafter 5 months of research and a few weeks of development i am soon going to release version 0.1.0 of it, if you would like to contribute to it you're most welcome! Comments URL: https://news.ycombinator.com/item?id=49209385 Points: 216 # Comments: 114

Summary

No summary yet. It will appear after the daemon summarizes this item.

Top